Downloads
From PileLine
(Difference between revisions)
Line 16: | Line 16: | ||
1. You need to install [Subversion http://subversion.tigris.org/] in your system. | 1. You need to install [Subversion http://subversion.tigris.org/] in your system. | ||
2. Download the source code in the current directory | 2. Download the source code in the current directory | ||
- | svn co https://pilelinetools.svn.sourceforge.net/svnroot/pilelinetools | + | svn co https://pilelinetools.svn.sourceforge.net/svnroot/pilelinetools/trunk pileline |
3. Building. | 3. Building. | ||
cd pilelinetools/PileLine | cd pilelinetools/PileLine | ||
ant | ant |
Revision as of 15:35, 28 June 2010
You can download the latests release of PileLine tools in http://sourceforge.net/projects/pilelinetools
Contents |
Requirements
- Operating Systems: Windows, Unix-like (Linux, Mac OSX)
- Java 1.6
- Apache Ant (Optional. Needed for building the source code)
Building
Just type "ant" in a console inside the main directory of PileLine
Running
Inside the ./cmd folder, there are Unix-compatible (.sh) and Windows-compatible (.bat) scripts to launch the different tools.
Downloading the latests source code from SVN
1. You need to install [Subversion http://subversion.tigris.org/] in your system. 2. Download the source code in the current directory
svn co https://pilelinetools.svn.sourceforge.net/svnroot/pilelinetools/trunk pileline
3. Building.
cd pilelinetools/PileLine ant