Changeset - 58c38342db9f
[Not reviewed]
patch-1
0 1 0
Jan Kaluza - 13 years ago 2012-08-31 13:56:13
hanzz.k@gmail.com
Update README.win32

Boost won't install without that for me...
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.win32
Show inline comments
 
@@ -22,13 +22,13 @@ Assuming you have git, python and cmake in %PATH%,
 
launch "Visual Studio 2010 command prompt" or
 
"Visual Studio 2010(x64) command prompt", depends on your target (Windows x86 or Windows x86_64).
 
1. unpack and build boost libraries:
 
 
	bootstrap.bat
 
	b2.exe --without-mpi --without-python
 
	b2.exe --without-mpi --without-python install --prefix=C:\env-msvc-x64 --layout=system
 
	b2.exe --without-mpi --without-python install --prefix=C:\env-msvc-x64 --layout=system --variant=release --link=static --threading=multi --runtime-linking=static --toolset=msvc release
 
 
2. clone swift repository and build it. Don't forget to point it to our env directory:
 
 
	git clone http://swift.im/git/swift
 
	cd swift
 
	echo boost_includedir="c:/env-msvc-x64/include" > config.py
0 comments (0 inline, 0 general)