Proyecto

General

Perfil

Installing » Histórico » Versión 5

Federico Vera, 2018-06-10 00:36

1 1 Federico Vera
# Wiki
2
3
## Getting and running `mrft`
4
The ideal way of getting `mrft` is to build it from source, that way you can be
5
sure to be using the latest version.
6
### Building from source
7
1. Make sure you have Java JDK >=1.7 installed
8
1. Install [Ant](http://ant.apache.org/)
9
1. Clone the repository: `git clone https://gitlab.com/riddler_arg/mrft.git`
10
1. Enter the folder: `cd mrft`
11
1. Build: `ant build-all`
12
1. Run: `java -jar mrft-VERSION.jar`
13
14
### Direct download
15
Once it's stable enough I will post a direct download link here... but really,
16
building it is easy!
17
18 2 Federico Vera
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.
19 1 Federico Vera
20
## Quick start
21
Once running go to `Examples` -> Select one and press `F5` so it will start
22
training.
23
24
## What's next?
25 4 Federico Vera
- [[Getting familiar with the mrft GUI]]
26 5 Federico Vera
- [[Generating and transforming data]]
27 1 Federico Vera
- [[Integration|Integration]]
Volver al inicio