Skip to content

Commit 41c82fe

Browse files
committed
update build instructions
1 parent 79c7bfe commit 41c82fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ Requirements:
5252
- Desktop development with C++ (Workload)
5353
- Windows SDK 10.0.20348
5454

55-
To start, you need to checkout the repository recursively (to download all submodules). Then you can run the `configure-obs.cmd` script to build OBS.
55+
The following will perform a full build and output `obs-express.zip` to the project directory.
5656
```cmd
57-
git clone --recursive https://github.com/clowd/obs-express-cpp.git
57+
git clone --recursive https://github.com/clowd/obs-express.git
5858
configure-obs.cmd
59+
pack-release.cmd
5960
```
6061

6162
Now open `ObsExpressCpp.sln` in Visual Studio and you should be able to F5 and run/debug the program.

0 commit comments

Comments
 (0)