From bc47378ab17e3c62fd2e08b81090da0563db245a Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 4 May 2021 13:24:55 -0700 Subject: [PATCH] Updated building (markdown) --- building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building.md b/building.md index 71ead53..302f179 100644 --- a/building.md +++ b/building.md @@ -8,7 +8,7 @@ this document describes to how compile musikcube on all supported platforms - install [boost 1.74]. again, you can use 32-bit, 64-bit, or both. * 32-bit: https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-32.exe/download * 64-bit: https://sourceforge.net/projects/boost/files/boost-binaries/1.74.0/boost_1_74_0-msvc-14.2-64.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. if you want to use both 32-bit and 64-bit versions, ensure they are installed to the same directory. + * ensure it shares the same parent directory with musikcube git repo. e.g: `c:\src\musikcube` and `c:\src\boost_1_68_0` -- the project's solution will reference it via relative path. if you want to use both 32-bit and 64-bit versions, ensure they are installed to the same directory. - open `musikcube.sln` and build/run. ## mac