Skip to content

Commit

Permalink
update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Nov 19, 2022
1 parent 79c7bfe commit 41c82fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,11 @@ Requirements:
- Desktop development with C++ (Workload)
- Windows SDK 10.0.20348

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.
The following will perform a full build and output `obs-express.zip` to the project directory.
```cmd
git clone --recursive https://github.com/clowd/obs-express-cpp.git
git clone --recursive https://github.com/clowd/obs-express.git
configure-obs.cmd
pack-release.cmd
```

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

0 comments on commit 41c82fe

Please sign in to comment.