Update README.md

This commit is contained in:
clangen 2016-05-30 21:38:10 -07:00
parent c737c66d35
commit c85960f393

View File

@ -23,7 +23,7 @@ and this on osx:
- install the [Visual Studio 2015 Community Edition](https://www.visualstudio.com/en-us/downloads/download-visual-studio-vs.aspx) and ensure the C++ compiler and tools are installed.
- clone the musikcube sources: `git clone https://github.com/clangen/musikcube.git`
- install the [32 bit version of boost 1.60](https://sourceforge.net/projects/boost/files/boost-binaries/1.60.0/boost_1_60_0-msvc-14.0-32.exe/download). ensure it shares the same parent directory with musikcube. e.g: `c:\src\musikcube` and `c:\src\boost_1_60_0` -- the project's solution will reference it via relative paths.
- open `audioengine.sln` and build/run.
- open `musikcube.sln` and build/run.
## mac