Go to the first, previous, next, last section, table of contents.


Getting Libraries via Anonymous CVS

If you didn't get one of the snapshots, or if you want to be sure to stay on the bleading edge, then you should get the libraries via CVS. Go to http://savannah.gnu.org/cvs/?group_id=99 for information on how to get anonymous CVS access.

If you haven't already done so, change to the directory, where you want the source to reside. To get a list of potential modules to check out, type

cvs -z3 checkout -c

For instance, to check our `core', which contains all the GNUstep code libraries:

cvs -z3 checkout core

After you have checked out the source you can compile it as usual. To update the source, go into the directory of the source tree you want to update, for example, go into 'xgps', and type:

cvs -z3 update -Pd

You don't have to re-checkout after you have the source, just update!


Go to the first, previous, next, last section, table of contents.