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