kopia lustrzana https://github.com/OpenDroneMap/ODM
rodzic
7d9da9c391
commit
1456268c48
|
|
@ -107,15 +107,11 @@ fi
|
||||||
## Get sys vars
|
## Get sys vars
|
||||||
NUM_CORES=`grep -c processor /proc/cpuinfo`
|
NUM_CORES=`grep -c processor /proc/cpuinfo`
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
## Add SuperBuild path to the python path
|
## Add SuperBuild path to the python path
|
||||||
=======
|
|
||||||
## Set python path to SuperBuild
|
|
||||||
>>>>>>> 6459763f7bf9ff7c9d2d82f95918013c4e5911c7
|
|
||||||
export PYTHONPATH=$PYTHONPATH:`pwd`/SuperBuild/install/lib/python2.7/dist-packages
|
export PYTHONPATH=$PYTHONPATH:`pwd`/SuperBuild/install/lib/python2.7/dist-packages
|
||||||
|
|
||||||
## Compile SuperBuild
|
## Compile SuperBuild
|
||||||
cd SuperBuild
|
cd SuperBuild
|
||||||
mkdir -p build && cd build
|
mkdir -p build && cd build
|
||||||
cmake .. && make -j ${NUM_CORES}
|
cmake .. && make -j ${NUM_CORES}
|
||||||
|
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue