Downloads

For step-by-step instructions on how to compile and install GUF, see the Compiling HOWTO.

GUF

  • Source Code: not available
  • Binaries: not available
  • CVS: module "guf"

GufBuild

  • Source Code: v0.1.0 (Jan 21, 2002) [ zip (77.2k), tar/gz (48.5k) ]
  • Binaries: not available
  • CVS: not available

CVS

GUF is still a young project, and is changing very rapidly. It is often difficult for us to get GUF to a point where I consider it clean enough to release. Because of this, GUF often goes without a release for many months at a time.

However, you can download the GUF source code from CVS. The CVS code is updated very often, usually every few days. If you want to see where GUF is right now, you should download the CVS code.

You can download from CVS by typing this at the console:

cvs -d:pserver:anonymous@cvs.gauge3d.org:/cvsroot/guf login
cvs -z3 -d:pserver:anonymous@cvs.gauge3d.org:/cvsroot/guf co [module name]

(When asked for a password, just press enter)

Replace [module name] with the name of the module you want to download. ("guf" or "gufbuild", for example (without the quotes).)