Welcome to mirror list, hosted at ThFree Co, Russian Federation.

start.sh - github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1c6a8fb74d08b4fbdf7dd7e3920cef616fd9c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
export MESHROOM_ROOT="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )"
export PYTHONPATH=$MESHROOM_ROOT:$PYTHONPATH

# using existing alicevision release
#export LD_LIBRARY_PATH=/foo/Meshroom-2021.1.0/aliceVision/lib/
#export PATH=$PATH:/foo/Meshroom-2021.1.0/aliceVision/bin/

# using alicevision built source
#export PATH=$PATH:/foo/build/Linux-x86_64/

python "$MESHROOM_ROOT/meshroom/ui"