-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling libimc.jar
zepinto edited this page Sep 9, 2014
·
6 revisions
- Java Development Kit (JDK) 1.7+
- Ant 1.8+
- Git
- Clone the IMCJava git repository to your machine
git clone https://github.com/LSTS/imcjava.git
- Clone the IMC protocol git repository to your machine
git clone https://github.com/LSTS/imc.git
- Inside the newly created imcjava/ repository, run ant with default target:
cd imcjava; ant
-
You will be prompted to enter the path to the IMC protocol git repository, hit ENTER to use the default "../imc".
-
Alternatively, you can pass the path to the IMC definition in the command line when calling ant:
cd imcjava; ant -Dimc.dir=../imc