Updated building (markdown)

casey langen 2018-12-23 14:51:36 -08:00
parent 57e67bb43a
commit 753b18b232

@ -5,7 +5,7 @@ this document describes to how compile musikcube on all supported platforms
- grab the [Visual Studio 2017 Community Edition](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) and install the 32-bit c++ compiler.
- clone the musikcube sources: `git clone https://github.com/clangen/musikcube.git --recursive`
- install the [32 bit version of boost 1.66](https://sourceforge.net/projects/boost/files/boost-binaries/1.66.0/boost_1_66_0-msvc-14.1-32.exe/download). ensure it shares the same parent directory with musikcube. e.g: `c:\src\musikcube` and `c:\src\boost_1_66_0` -- the project's solution will reference it via relative path.
- install the [32 bit version of boost 1.68](https://sourceforge.net/projects/boost/files/boost-binaries/1.68.0/boost_1_68_0-msvc-14.1-32.exe/download). ensure it shares the same parent directory with musikcube. e.g: `c:\src\musikcube` and `c:\src\boost_1_68_0` -- the project's solution will reference it via relative path.
- open `musikcube.sln` and build/run.
## mac