blob: 51440a08ff60f3500bba03ec2918cf8e075c4e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## 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.
7. Run package.ps1 from powershell.
|