Update 'README.md'

This commit is contained in:
divaldo 2018-06-07 18:41:21 +02:00
parent be2bb32a4a
commit 724a50cdcc
1 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,13 @@
```
git clone https://git.divaldo.hu/divaldo/TrackReconstruction.git
```
* Create a working directory or use the Debug folder which already contains a data file
* If you decided to use another folder, then copy the data.txt to it
* Create a working directory
* Put [data.txt](https://drive.google.com/open?id=1AhsHk5Bti2BSbiLvmOsbojmx1d0PBeDV) there
* You can use make -jN to use N number of CPU cores to build the app
```
cd TrackReconstruction/Debug
cd TrackReconstruction/
mkdir Build && cd Build
cmake ../
make
```