Merge branch 'master' of https://git.divaldo.hu/divaldo/TrackReconstruction
This commit is contained in:
commit
f3d52bbfa2
|
@ -9,12 +9,13 @@
|
||||||
```
|
```
|
||||||
git clone https://git.divaldo.hu/divaldo/TrackReconstruction.git
|
git clone https://git.divaldo.hu/divaldo/TrackReconstruction.git
|
||||||
```
|
```
|
||||||
* Create a working directory or use the Debug folder which already contains a data file
|
* Create a working directory
|
||||||
* If you decided to use another folder, then copy the data.txt to it
|
* 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
|
* 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 ../
|
cmake ../
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue