[an error occurred while processing this directive]

CVS Is Not That Scary

or Get Your Stable GIMP from CVS

Contributers: Branko Collins, Rodney Dawes, Will Lashell, Roger Leigh, Mitch Natterer, Sven Neumann, Raphaël Quinet, Manish Singh, Carol Spears, Nathan C. Summers, Jeff Trefftz, Lourens Veen, Chris Want, (and Kirstens grandparents).

This document is intended for people who don't know very much about CVS served software. It assumes experience compiling The GIMP from a tarball (how to in 2 weeks!). The author was afraid of CVS when first starting but now loves it and is even going to proofread GIMP source and make her own commits!

CVS may seem like a dreadfully frightening way to get GIMP, but it is really a lot easier than it seems. In fact, if you want to stay up to date with The GIMP, CVS is the fastest and easiest way to do it. The following describes the basic procedure for setting up GIMP from CVS on your GNU/Linux machine.

The first step is to download and compile The GIMP tarball. This will help to clean any distribution problems up and give you experience with modern gimp compiling. This will also ensure that all libraries needed for building the plug-ins are correctly installed on your system (e.g., TIFF, PNG, JPEG, MPEG, perl, Gtk-Perl, etc.)

The second step is to see if you have CVS packages installed. Type cvs --version. If you get a list of the cvs help options, you are in business. If not, you should follow your distribution or system admins instructions on how to install the CVS software on your computer.

First Gets

Introductory Steps

These introductory steps need to be taken only the first time. When you are able to successfully download the module, you need never worry about these steps again.

Updating

Later, when you want to refresh your versions, go into the cvs directory and type cvs update. To refresh just one module, go into the subdirectory for that module and enter cvs update. As simple as that.

Compiling

The first time you compile anything it can be complicated. Rest assured, GIMP is no exception. For help with compiling your fresh stable gimp checkout, see the Build Your Stable GIMP from CVS how to.

[an error occurred while processing this directive]
How To Get Your Stable GIMP from CVS © 2002 Rebecca J. Walter webmaster@gimp.org