Proyecto

General

Perfil

Installing » Histórico » Revisión 10

Revisión 9 (Federico Vera, 2018-07-08 05:11) → Revisión 10/12 (Federico Vera, 2018-07-16 03:52)

# Installing 

 {{>toc}} 

 ## Getting and running `mrft` 
 The ideal way of getting `mrft` is to build it from source, that way you can be 
 sure to be using the latest version. 
 ## Building from source 
 1. Make sure you have Java JDK >=1.8 installed 
 1. Install [Ant](http://ant.apache.org/) 
 1. Clone the repository: `git clone https://gitlab.com/riddler_arg/mrft.git` 
 1. Enter the folder: `cd mrft` 
 1. Build: `ant fat-jar` 
 1. Run: `java -jar mrft-VERSION.jar` 

 ## Direct download 
 Once it's stable enough I will post a direct download link here... but really, 
 building it is easy! 

 Well... here (attachment:jars.jpg) are some packaged `jars`, and the binaries are in the [Files](https://redmine.riddler.com.ar/projects/mrft/files) page. 

 ## Quick start 
 Once running go to `Examples` -> Select one and press `F5` so it will start 
 training. 

 ## What's next? 
 - [[Getting familiar with the mrft GUI]] 
 - [[Generating and transforming data]] 
 - [[Integration|Integration]] 
 - [[Detecting normal EKG pulses]] 

 *** 
 #### [Help Transalte!](https://poeditor.com/join/project/XqYGSorHJv)
Volver al inicio