blob: 5d60af3c616a50d9bd56b6668c39a74c661f8789 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Build instructions
0. Open WSL.
1. Execute Libraries/fetch.sh.
2. Install Visual Studio 2022.
3. Open Libraries/wx/build/msw/wx_vc17.sln with Visual Studio 2022.
4. Build x64/Release.
5. Open GUI/GUI.sln with Visual Studio 2022.
6. Build x64/Release.
|