We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c7bfe commit 41c82feCopy full SHA for 41c82fe
README.md
@@ -52,10 +52,11 @@ Requirements:
52
- Desktop development with C++ (Workload)
53
- Windows SDK 10.0.20348
54
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.
+The following will perform a full build and output `obs-express.zip` to the project directory.
56
```cmd
57
-git clone --recursive https://github.com/clowd/obs-express-cpp.git
+git clone --recursive https://github.com/clowd/obs-express.git
58
configure-obs.cmd
59
+pack-release.cmd
60
```
61
62
Now open `ObsExpressCpp.sln` in Visual Studio and you should be able to F5 and run/debug the program.
0 commit comments