Skip to content

Commit fee0bf6

Browse files
authoredNov 16, 2023
Update README.md
1 parent cc4db23 commit fee0bf6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ yarn install
2727
git submodule update --init --recursive
2828
mkdir build
2929
cd build
30-
cmake .. -G"Visual Studio 16 2019" -A x64 -DCMAKE_PREFIX_PATH=%CD%/libobs-src/cmake/
31-
cmake --build .
32-
cpack -G ZIP
30+
cmake .. -G"Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH=%CD%/libobs-src/cmake/
31+
cmake --build . --target install --config RelWithDebInfo
3332
```
3433

3534
This will will download any required dependencies, build the module, and then place it in an archive compatible with npm or yarn that you may specify in a given package.json.

0 commit comments

Comments
 (0)
Please sign in to comment.