-
Notifications
You must be signed in to change notification settings - Fork 223
Compiling on Windows
Elime1 edited this page Jan 19, 2020
·
15 revisions
https://visualstudio.microsoft.com/vs/
- Run Git Bash
- Go to root directory
cd /c
- Clone vspkg
git clone https://github.com/Microsoft/vcpkg
- Enter the folder
cd vcpkg
- Run bootstrap
./bootstrap-vcpkg.bat
- Run
./vcpkg install wxwidgets:x64-windows boost:x64-windows libarchive:x64-windows
- Make libraris available to Visual Studio
vcpkg integrate install
- Create and enter the directory where you want the sources
mkdir /c/developer && cd /c/developer
- Clone RME
git clone https://github.com/hjnilsson/rme.git
- Open
C:\developer\rme\vcproj\RME.sln
in Visual Studio - Choose Debug/Release and x64
- Press F5 to start debugging