Changeset - 739fc7af1089
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-09-01 15:27:30
hanzz.k@gmail.com
Update README.win32

another change
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
README.win32
Show inline comments
 
@@ -40,13 +40,13 @@ launch "Visual Studio 2010 command prompt" or
 
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
 
Run extract_includes.bat in vsprojects/ directory and move resulting vsprojects/include/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 into C:\env-msvc-x64\libtransport (You *must* clone it into this directory, because libtransport will try to find the dependencies in ../lib and ../include)
 
 
Compile it as:
0 comments (0 inline, 0 general)