aboutsummaryrefslogtreecommitdiff
path: root/vsprojects/readme.txt
diff options
context:
space:
mode:
authorkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-01 01:29:03 +0000
committerkenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-08-01 01:29:03 +0000
commite6607e3963f7d2cad152a3da19c9e747bcb9789d (patch)
treebc31812af532b618a9a63e1529930fdc9a72c27b /vsprojects/readme.txt
parentc3a24531d120f3dba671db18b1def90205549e6e (diff)
downloadprotobuf-e6607e3963f7d2cad152a3da19c9e747bcb9789d.tar.gz
protobuf-e6607e3963f7d2cad152a3da19c9e747bcb9789d.tar.bz2
protobuf-e6607e3963f7d2cad152a3da19c9e747bcb9789d.zip
Update MSVC project files for recent changes. Added new projects for libprotobuf-lite and the lite test.
Diffstat (limited to 'vsprojects/readme.txt')
-rw-r--r--vsprojects/readme.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/vsprojects/readme.txt b/vsprojects/readme.txt
index 8a4ac9fc..0d1ea62f 100644
--- a/vsprojects/readme.txt
+++ b/vsprojects/readme.txt
@@ -9,14 +9,16 @@ Compiling and Installing
1) Open protobuf.sln in Microsoft Visual Studio.
2) Choose "Debug" or "Release" configuration as desired.*
3) From the Build menu, choose "Build Solution". Wait for compiling to finish.
-4) From a command shell, run tests.exe and check that all tests pass.
+4) From a command shell, run tests.exe and lite-test.exe and check that all
+ tests pass.
5) Run extract_includes.bat to copy all the public headers into a separate
"include" directory (under the top-level package directory).
6) Copy the contents of the include directory to wherever you want to put
headers.
7) Copy protoc.exe wherever you put build tools (probably somewhere in your
PATH).
-8) Copy libprotobuf.lib and libprotoc.lib wherever you put libraries.
+8) Copy libprotobuf.lib, libprotobuf-lite.lib, and libprotoc.lib wherever you
+ put libraries.
* To avoid conflicts between the MSVC debug and release runtime libraries, when
compiling a debug build of your application, you may need to link against a