Skip to content

Commit cc856ad

Browse files
authored
Update README.md
1 parent d8fc24b commit cc856ad

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,22 @@ If installing this for the first time, you may have to do the following:
4141

4242
Download and install `Boost` - http://www.boost.org/
4343

44+
45+
Go to where the extracted file was c:\boost_x_yy_zz.
46+
Click on booststrap.bat (don't bother to type on the command window just wait and don't close the window that is the place I had my problem that took me two weeks to solve. After a while the booststrap will run and produce the same file, but now with two different names: b2, and bjam.
47+
Click on b2 and wait it to run.
48+
This takes a looong time.
49+
Click on bjam and wait it to run. Then a folder will be produce called stage. [no longer needed, apparently]
50+
Right click on the project.
51+
Click on property.
52+
Click on linker.
53+
Click on general.
54+
Click on include additional library directory.
55+
Select the part of the library e.g. c:\boost_1_57_0\stage\lib.
56+
57+
Thanks, Wu Jie!
58+
59+
4460
Download and install `Lua` - http://www.lua.org/
4561

4662
Update following macros with correct version numbers: `BOOST_INCLUDE`, `BOOST_LIB`, `LUA_INCLUDE`, `LUA_LIB`, as follows:

0 commit comments

Comments
 (0)