Changeset - 5a3dc65db03c
[Not reviewed]
0 1 0
vitalyster - 13 years ago 2012-05-21 21:48:36
vitalyster@gmail.com
Update README.win32
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.win32
Show inline comments
 
@@ -28,13 +28,13 @@ launch "Visual Studio 2010 command prompt" or
 
	b2.exe --without-mpi --without-python install --prefix=C:\env-msvc-x64 --layout=system
 
 
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/boost-1_48" > config.py
 
	echo boost_includedir="c:/env-msvc-x64/include" > config.py
 
	echo boost_libdir="c:/env-msvc-x64/lib" >> config.py 
 
	scons.bat debug=no SWIFTEN_INSTALLDIR=C:\env-msvc-x64
 
	scons.bat debug=no SWIFTEN_INSTALLDIR=C:\env-msvc-x64 C:\env-msvc-x64
 
 
TODO: fix in upstream
 
You may need manually copy compiled 3rdParty libs to C:\env-msvc-x64\lib\3rdParty\Expat, 
0 comments (0 inline, 0 general)