This commit is contained in:
David Baranyai 2018-06-11 00:30:45 +02:00
commit f3d52bbfa2
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
```