Downloads

No downloads available yet... but if you feel adventurous, you can get the source through SVN. See below.

SVN

If you'd always like to use the latest IRCC version you should use SVN.

1. Check out the source

Run the following command in the directory you wish to download the source to

		  
		    svn co https://svn.sourceforge.net/svnroot/ircc
		  
		

This will create an "ircc" directory with the source files inside it.

2. Compile the program

To compile the program issue the following command

		  
		    make
		  
		

Should you run into compilation errors, do make sure you have the necessary packages. See the documentation section for a list of IRCC dependencies.

3. Run the program

Run the program

		  
		    ./ircc
		  
		

Created by Unaligned, March 2006. Last updated March 2006