To compile DevIRC
Requirements
- Java version 6 or above.
- Ant or Eclipse with Java plugin.
- A means on getting the source e.g. SVN.
Getting the source
- $ cd /path/to/the/place/where/you/want/the/source/to/be
This is the directory where you wish to download the source to.
- $ svn checkout svn://svn.code.sf.net/p/devirc/svn
This assumes that svn vcs client (subversion version control system client) is installed
And is in the path variable so you can execute it on the command line (done automatically if installed by a package on linux).
Compiling
Ant
- $ cd /path/to/source/from/vcs
The directory which contains build.xml (top directory of application source)
- $ ant dist
This will compile and package devirc.
This will output a jar file under /path/to/source/from/vcs/dist.