diff options
Diffstat (limited to 'GUI/README.md')
| -rw-r--r-- | GUI/README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/GUI/README.md b/GUI/README.md index 079474d..f8cc3a1 100644 --- a/GUI/README.md +++ b/GUI/README.md @@ -1,10 +1,16 @@ ## Build instructions 0. Open Powershell. -1. Execute Libraries/fetch.ps1. -2. Install Visual Studio 2022. +1. Make sure you've downloaded submodules: +``` +$ git submodule init +$ git submodule update +``` +2. Execute Libraries/fetch.ps1. 3. Open Libraries/wx/build/msw/wx\_vc17.sln with Visual Studio 2022. 4. Build x64/Release. + 1. The build configuration is in the top. By default it's probably Debug/x64. + 2. To build: ctrl+shift+B 5. Open GUI/GUI.sln with Visual Studio 2022. 6. Build x64/Release. 7. Run package.ps1 from powershell. |
