kopia lustrzana https://github.com/OpenDroneMap/ODM
8 wiersze
292 B
Bash
Executable File
8 wiersze
292 B
Bash
Executable File
#!/bin/bash
|
|
|
|
RUNPATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
export PYTHONPATH=$RUNPATH/SuperBuild/install/lib/python2.7/dist-packages:$RUNPATH/SuperBuild/src/opensfm:$PYTHONPATH
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$RUNPATH/SuperBuild/install/lib
|
|
python $RUNPATH/run.py "$@"
|
|
|