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
 
@@ -30,14 +30,14 @@ launch "Visual Studio 2010 command prompt" or
 
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. 
0 comments (0 inline, 0 general)