Download and Set Up
Jump to navigation
Jump to search
Set up the build system.
Browse to https://sourceforge.net/projects/vrg3d/ and download:
- Download the build kit.
Windows: g.build_1.0.zip
Linux: g.build_1.0.tar.gz
The contents of both kits is the same.
- Unroll the kit into a directory you want to work. It should look like this:
<work area>/common/build/make/... # Make files. <work area>/import/make/... # Unix utilities for Windows. <work area>/import/glut./... # Glut for Windows. <work area>/import/sdl/... # SDL for Windows.
- Read and do: <work area>/common/build/make/READ_ME.txt
Set up vrg3d
- Check out the vrg3d source:
> svn export https://vrg3d.svn.sourceforge.net/svnroot/vrg3d
This will create: vrg3d/common/vrg3d/...
- Recursively copy the exported vrg3d/common/vrg3d/ directory under the common directory in your work area. It should look like:
<work area>/common/vrg3d/<source code>
- Read and do: <work area>/common/vrg3d/READ_ME.txt