Skip to content

Commit 0c46776

Browse files
cbentejacfabiencastan
authored andcommitted
[doc] Replace references to Meshroom 2021.1.0 with 2023.1.0
1 parent e1408ee commit 0c46776

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
@@ -114,14 +114,14 @@ python bin/meshroom_batch --input INPUT_IMAGES_FOLDER --output OUTPUT_FOLDER
114114
To use Meshroom (ui) without building AliceVision
115115
* Download a [release](https://github.com/alicevision/meshroom/releases)
116116
* Checkout corresponding Meshroom (ui) version/tag to avoid versions incompatibilities
117-
* `LD_LIBRARY_PATH=~/foo/Meshroom-2021.1.0/aliceVision/lib/ PATH=$PATH:~/foo/Meshroom-2021.1.0/aliceVision/bin/ PYTHONPATH=$PWD python3 meshroom/ui`
117+
* `LD_LIBRARY_PATH=~/foo/Meshroom-2023.1.0/aliceVision/lib/ PATH=$PATH:~/foo/Meshroom-2023.1.0/aliceVision/bin/ PYTHONPATH=$PWD python3 meshroom/ui`
118118

119119
## Start and Debug Meshroom in an IDE
120120

121121
PyCharm Community is free IDE which can be used. To start and debug a project with that IDE,
122122
right-click on `Meshroom/ui/__main__.py` > `Debug`, then `Edit Configuration`, in `Environment variables` :
123123
* If you want to use aliceVision built by yourself add: `PATH=$PATH:/foo/build/Linux-x86_64/`
124-
* If you want to use aliceVision release add: `LD_LIBRARY_PATH=/foo/Meshroom-2021.1.0/aliceVision/lib/;PATH=$PATH:/foo/Meshroom-2021.1.0/aliceVision/bin/` (Make sure that you are on the branch matching the right version)
124+
* 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)
125125

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

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-2021.1.0/aliceVision/lib/
7-
#export PATH=$PATH:/foo/Meshroom-2021.1.0/aliceVision/bin/
6+
#export LD_LIBRARY_PATH=/foo/Meshroom-2023.1.0/aliceVision/lib/
7+
#export PATH=$PATH:/foo/Meshroom-2023.1.0/aliceVision/bin/
88

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

0 commit comments

Comments
 (0)