From 246a5cc82cc0335bdb3f9e3f7418a32f05dbf0a5 Mon Sep 17 00:00:00 2001 From: JulianThijssen Date: Thu, 12 Oct 2023 14:07:39 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ac826d..328c920 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,7 @@ For Windows, using the CMake GUI: ## Compiling For Windows: 1. At the top of Visual Studio set the build mode (where it says `Debug`) to `Release`. -2. Right click the project `ExamplePlugins` in the Solution Explorer and select Set as StartUp Project. -3. Right click the project again and select Properties. -4. In the Configuration Properties -> Debugging set the `Command` by browsing to your `HDPS.exe` file. Set the `Working Directory` field by browsing to the folder containing the `HDPS.exe` file. -5. Press Apply and OK and right click the project in the Solution Explorer and press Build. -6. If all is well the build should succeed and if you run the project with Ctrl+F5 it will launch `HDPS.exe` and load the Example project as an available plug-in. +2. Right click the project `ALL_BUILD` in the Solution Explorer and select Properties. +3. In the Configuration Properties -> Debugging set the `Command` by browsing to your `ManiVault Studio.exe` file. Set the `Working Directory` field by browsing to the folder containing the `ManiVault Studio.exe` file. +4. Press Apply and OK and right click the project in the Solution Explorer and press Build. +5. If all is well the build should succeed and if you run the project with Ctrl+F5 it will launch `ManiVault Studio.exe` and load the Example project as an available plug-in.