Run the examples by going in the scripts directory (scripts/<platform>) and launching the suitable scripts for your platform.
For instance:
Under Linux:
export JAVA_HOME=<JDK_INSTALL_PATH> (Bash syntax)
cd scripts/unix
./c3d_one_user.sh
If you get a "permission denied" when running scripts, check the
permissions of the scripts and change them accordingly.
chmod -R 755 .
Check also that "." in in your PATH, otherwise you can add it with
"export PATH=.:$PATH" (Bash syntax)
Under Windows:
set JAVA_HOME=<JDK_INSTALL_PATH>
cd scripts\windows
c3d_one_user.bat
Under Linux:
cd compile
./build examples (check
that the build script has executable
permission)
Under Windows:
cd compile
build.bat examples
Under Linux:
cd compile
./build all (check that
the build script has executable
permission)
Under Windows:
cd compile
build.bat all
Under Linux:
cd compile
./build compile (check
that the build script has executable
permission)
Under Windows:
cd compile
build.bat compile