Two IDE are pre installed in Reeti :
- Eclipse, recommended for java projects
- QtCreator recommended for C++ projects (QtCreator can be use as a simple IDE without using Qt functions)
Open c++ samples with QtCreator
- Start qtcreator
- Open the sample's CMakeList.txt (for example /home/reeti/reetiDevel/Samples/Urbi/StandAloneCPP/CMakeList.txt)
- Chose a build directory, for example : /home/reeti/reetiDevel/Samples/Urbi/StandAloneCPP/build
- Select "Configure project"
- Compile & run
Open java samples with Eclipse
- Start eclipse
- Open the sample project in eclipse (File -> Import -> Existing projects)
open the project properties, then choose "Run/Debug Settings" -> "Edit" -> "Arguments"
in the text field "VM arguments", add : "-Djava.library.path=/usr/local/gostai/lib/"
- Compile & run