Skip to content

Commit e62f8e3

Browse files
committed
[doc] README: Update references to Meshroom's version
1 parent 1821320 commit e62f8e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ python bin/meshroom_batch --input INPUT_IMAGES_FOLDER --output OUTPUT_FOLDER
130130
To use Meshroom (ui) without building AliceVision
131131
* Download a [release](https://github.com/alicevision/meshroom/releases)
132132
* Checkout corresponding Meshroom (ui) version/tag to avoid versions incompatibilities
133-
* `LD_LIBRARY_PATH=~/foo/Meshroom-2023.1.0/aliceVision/lib/ PATH=$PATH:~/foo/Meshroom-2023.1.0/aliceVision/bin/ PYTHONPATH=$PWD python3 meshroom/ui`
133+
* `LD_LIBRARY_PATH=~/foo/Meshroom-2023.2.0/aliceVision/lib/ PATH=$PATH:~/foo/Meshroom-2023.2.0/aliceVision/bin/ PYTHONPATH=$PWD python3 meshroom/ui`
134134

135135
## Start and Debug Meshroom in an IDE
136136

137137
PyCharm Community is free IDE which can be used. To start and debug a project with that IDE,
138138
right-click on `Meshroom/ui/__main__.py` > `Debug`, then `Edit Configuration`, in `Environment variables` :
139139
* If you want to use aliceVision built by yourself add: `PATH=$PATH:/foo/build/Linux-x86_64/`
140-
* If you want to use aliceVision release add: `LD_LIBRARY_PATH=/foo/Meshroom-2023.1.0/aliceVision/lib/;PATH=$PATH:/foo/Meshroom-2023.1.0/aliceVision/bin/` (Make sure that you are on the branch matching the right version)
140+
* If you want to use aliceVision release add: `LD_LIBRARY_PATH=/foo/Meshroom-2023.2.0/aliceVision/lib/;PATH=$PATH:/foo/Meshroom-2023.2.0/aliceVision/bin/` (Make sure that you are on the branch matching the right version)
141141

142142
![image](https://user-images.githubusercontent.com/937836/127321375-3bf78e73-569d-414a-8649-de0307adf794.png)
143143

start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export MESHROOM_ROOT="$(dirname "$(readlink -f "${BASH_SOURCE[0]}" )" )"
33
export PYTHONPATH=$MESHROOM_ROOT:$PYTHONPATH
44

55
# using existing alicevision release
6-
#export LD_LIBRARY_PATH=/foo/Meshroom-2023.1.0/aliceVision/lib/
7-
#export PATH=$PATH:/foo/Meshroom-2023.1.0/aliceVision/bin/
6+
#export LD_LIBRARY_PATH=/foo/Meshroom-2023.2.0/aliceVision/lib/
7+
#export PATH=$PATH:/foo/Meshroom-2023.2.0/aliceVision/bin/
88

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

0 commit comments

Comments
 (0)