From baba56a79362395e6fc394f68c6d05841a023d77 Mon Sep 17 00:00:00 2001 From: Grayson Stebbins Date: Tue, 27 Jan 2015 15:34:54 -0800 Subject: [PATCH] Add another link back to BUILD.md --- BUILD_WIN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_WIN.md b/BUILD_WIN.md index d9aae98df4..5045201f62 100644 --- a/BUILD_WIN.md +++ b/BUILD_WIN.md @@ -163,7 +163,7 @@ You now have Bullet libraries compiled, now you need to put them in the right pl _Note that the INSTALL target should handle the copying of files into an install directory automatically, however, without modifications to Cmake, the install target didn't work right for me, please update this instructions if you get that working right - Leo <leo@highfidelity.io>_ ###Build High Fidelity using Visual Studio -Follow the same build steps from the CMake section, but pass a different generator to CMake. +Follow the same build steps from the CMake section of [BUILD.md](BUILD.md), but pass a different generator to CMake. cmake .. -DZLIB_LIBRARY=%ZLIB_LIBRARY% -DZLIB_INCLUDE_DIR=%ZLIB_INCLUDE_DIR% -G "Visual Studio 12"