Skip to content

Build instructions

fapsi edited this page Mar 5, 2014 · 26 revisions

Get the source code (via Git)

Create a new folder in your file system and navigate into via terminal. Type:
git clone https://github.com/fapsi/JTIG.git

###Building the project (via Maven)

  1. Build JAR package
    Run:
    mvn package
    Maven generates automatically a JAR-file with the information in the pom.xml.

###Building the project (via Eclipse)

  1. Import project in Eclipse
    Requires Maven-plugin for Eclipse.
    Navigate to File -> Import...
    Select Maven -> Existing Maven Projects. Press Next >.
    Select JTIG-source Folder and check the pom.xml-file. Press Finish.
    The project is now imported into your eclipse. Make sure that all maven dependencys are imported (Step 1).

Clone this wiki locally