Accessing the Source Code

You can view LimeWire code in three ways:

1. View code modules online, via FishEye.

2. Check out the code from CVS. Note that changes may take up to an hour to reflect in the anonymous CVS repository. From the command line:

cvs -d:pserver:guest@cvs.limewire.org:/cvs login

type guest for the password

cvs -d:pserver:guest@cvs.limewire.org:/cvs checkout limewire

3. Download the latest nightly snapshot of bundled LimeWire source code.

4. Receive CVS commits via an RSS Feed

See Building the Source Code to compile and run your code. For detailed instructions, see Getting Started.