Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
/ ati-soft Public archive

Images analysis and treatment course project

Notifications You must be signed in to change notification settings

juanmbellini/ati-soft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATI-Soft Build Status

Images analysis and treatment course project

Getting started

These instructions will install the system in your local machine.

Prerequisites

  1. 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
    
  2. Install Maven, if you haven't yet

    Mac OS X

    $ brew install maven
    

    Ubuntu

    $ sudo apt-get install maven
    

    Other OSes

    Check Maven website.

Installing

  1. Change working directory to project root (i.e where pom.xml is located):

    $ cd <project-root>
    
  2. Let maven resolve dependencies:

    $ mvn dependency:resolve -U
    
  3. Create jar file

    $ mvn clean package
    

    Note: The jar file will be under <project-root>/target

Usage

You can run the software with the following command:

$ java -jar <path-to-jar>

Author