Changeset - 61f4afafca34
[Not reviewed]
patch-2
0 1 0
Jan Kaluza - 13 years ago 2012-08-31 14:04:35
hanzz.k@gmail.com
Update README.win32

build_example=no
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
README.win32
Show inline comments
 
@@ -24,26 +24,26 @@ launch "Visual Studio 2010 command prompt" or
 
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
 
 
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
 
	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
 
	scons.bat debug=no SWIFTEN_INSTALLDIR=C:\env-msvc-x64 build_examples=no
 
	scons.bat debug=no SWIFTEN_INSTALLDIR=C:\env-msvc-x64 build_examples=no C:\env-msvc-x64
 
 
TODO: fix in upstream
 
You may need manually copy compiled 3rdParty libs to C:\env-msvc-x64\lib\3rdParty\Expat, 
 
C:\env-msvc-x64\lib\3rdParty\LibIDN, C:\env-msvc-x64\lib\3rdParty\Zlib
 
 
3. unpack and compile protobuf as described in its documentation. 
 
 
Run extract_includes.bat in vsprojects/ directory and move resulting google/ directory to our C:\env-msvc-x64\include
 
 
Move protoc.exe to C:\env-msvc-x64\bin\ and libprotobuf.lib to C:\env-msvc-x64\lib
 
 
4. You're ready! :) Clone libtransport and compile it as:
0 comments (0 inline, 0 general)