Skip to content

Commit 076075c

Browse files
authored
Merge pull request #4196 from ferdnyc/readme-lib-path
README: Update libopenshot instructions
2 parents b087242 + 85d2496 commit 076075c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ set `PYTHONPATH` to the location of the compiled Python bindings. e.g.:
112112

113113
```sh
114114
cd [libopenshot folder]
115-
mkdir build; cd build; cmake [options] ..; make
115+
cmake -B build -S . [options]
116+
cmake --build build
116117

117118
cd [openshot-qt folder]
118-
PYTHONPATH=[libopenshot folder]/build/src/bindings/python \
119+
PYTHONPATH=[libopenshot folder]/build/bindings/python \
119120
python3 src/launch.py
120121
```
121122

0 commit comments

Comments
 (0)