-
Notifications
You must be signed in to change notification settings - Fork 1
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)
-
Build JAR package
Run:
mvn package
Maven generates automatically a JAR-file with the information in the pom.xml.
###Building the project (via Eclipse)
-
Import project in Eclipse
Requires Maven-plugin for Eclipse.
Navigate toFile->Import...
SelectMaven->Existing Maven Projects. PressNext >.
Select JTIG-source Folder and check thepom.xml-file. PressFinish.
The project is now imported into your eclipse. Make sure that all maven dependencys are imported (Step 1).
- Documentation
- Getting started
- Build instructions
- Java-Doc
- Download
- Latest Release
- Implementation
- General