Images analysis and treatment course project
These instructions will install the system in your local machine.
-
Clone the repository, or download source code
$ git clone https://github.com/juanmbellini/ati-soft.git
or
$ wget https://github.com/juanmbellini/ati-soft/archive/master.zip
-
Install Maven, if you haven't yet
$ brew install maven
$ sudo apt-get install maven
Check Maven website.
-
Change working directory to project root (i.e where pom.xml is located):
$ cd <project-root>
-
Let maven resolve dependencies:
$ mvn dependency:resolve -U
-
Create jar file
$ mvn clean package
Note: The jar file will be under
<project-root>/target
You can run the software with the following command:
$ java -jar <path-to-jar>