From b0abb4ee27e42a267618046280e3a8b35f9cf7d8 Mon Sep 17 00:00:00 2001 From: joligario Date: Wed, 24 Dec 2014 15:20:22 -0800 Subject: [PATCH] Clarification on use of 1.57 --- Boost.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Boost.md b/Boost.md index ba8a339..ec99a86 100644 --- a/Boost.md +++ b/Boost.md @@ -4,4 +4,6 @@ Boost is a set of C++ libraries required by Lua. Boost and Lua are required to r **Homepage:** [Boost] (http://www.boost.org) -**Current Version:** [1.57.0] (http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.zip/download) \ No newline at end of file +**Current Version:** [1.57.0] (http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.zip/download) + +**Note:** Updating to 1.57 may cause errors in object.hpp during compile. You will need to have newer Lua libraries to get the updates, so it is recommended to stick with 1.56 or earlier for now. \ No newline at end of file