-
Notifications
You must be signed in to change notification settings - Fork 1
Building from source
Brendan Walker edited this page Aug 24, 2022
·
1 revision
This page will explain how to build the project from source on Win10. If all you want to do is run the project without modifications, you might instead consider downloading pre-built binaries from the Release page.
Don't download the source from the green "Clone or download" button! The zip provided only contains the source from the /src
folder and not the submodules in /thirdparty
. This is a known issue with GitHub (we don't provide the zip file that this button generates). If you don't have a github client installed, get it from: https://desktop.github.com/
git clone --recursive /~https://github.com/brendanwalker/MikanXR.git
cd MikanXR
- CMake
- Compiler - Visual Studio 16 2019
- Run the InitialSetup_X64.bat Batch Script
- This script will automatically configure and download the dependencies in the deps folder.
- After the initial setup phase, if you add source files or other CMake changes you can run
GenerateProjectFiles_X64.bat
to regenerate the MikanXR solution.
- Open <path_to_repo>\build\Mikan.sln
- Change to "Release" configuration
- Rt-click on the Mikansolution and build (or do a "Build All..." from the build menu)
- Rt-click on the "INSTALL" project and build