Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
580cf3c4
Commit
580cf3c4
authored
Oct 21, 2008
by
kenton@google.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update MSVC installation instructions for static linking change.
parent
3bdc1356
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
readme.txt
vsprojects/readme.txt
+6
-7
No files found.
vsprojects/readme.txt
View file @
580cf3c4
...
...
@@ -14,15 +14,14 @@ Compiling and Installing
"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 and the two DLLs (libprotobuf and libprotoc) wherever you
put build tools.
8) Copy libprotobuf.{lib,dll} and libprotoc.{lib,dll} wherever you put
libraries.
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.
* To avoid conflicts between the MSVC debug and release runtime libraries, when
compiling a debug build of your application, you m
ust link against a debug
build of libprotobuf.dll. Similarly, release builds must
link against
release
DLL
s.
compiling a debug build of your application, you m
ay need to link against a
debug build of libprotobuf.lib. Similarly, release builds should
link against
release
lib
s.
DLLs vs. static linking
=======================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment