From 41c82fe8ebd3e8f4b89cc5c6e08828ba678c26c8 Mon Sep 17 00:00:00 2001 From: Caelan Sayler Date: Sat, 19 Nov 2022 17:57:18 +0000 Subject: [PATCH] update build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eaa5258..fe04549 100644 --- a/README.md +++ b/README.md @@ -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.