Update 'README.md'
This commit is contained in:
parent
be2bb32a4a
commit
724a50cdcc
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue