Skip to content

Compiling libimc.jar

zepinto edited this page Sep 9, 2014 · 6 revisions

Requirements

  • Java Development Kit (JDK) 1.7+
  • Ant 1.8+
  • Git

Steps

  • 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.
Clone this wiki locally