Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
capnproto
Commits
6b6f824a
Commit
6b6f824a
authored
Jun 27, 2019
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update more instances of Visual Studio 2015 to 2017. Oops.
parent
c6ea63fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
install.md
doc/install.md
+3
-5
No files found.
doc/install.md
View file @
6b6f824a
...
...
@@ -41,7 +41,7 @@ as well as on Windows. We test every Cap'n Proto release on the following platfo
*
Windows - MinGW-w64
*
Windows - Visual C++
**Windows users:**
Cap'n Proto requires Visual Studio 201
5 Update 3
or newer. All features
**Windows users:**
Cap'n Proto requires Visual Studio 201
7
or newer. All features
of Cap'n Proto -- including serialization, dynamic API, RPC, and schema parser -- are now supported.
**Mac OS X users:**
You should use the latest Xcode with the Xcode command-line
...
...
@@ -106,7 +106,7 @@ provided by projects implementing Cap'n Proto in other languages.
If you want to use Cap'n Proto in C++ with Visual Studio, do the following:
1.
Make sure that you are using Visual Studio 201
5
or newer, with all updates installed. Cap'n
1.
Make sure that you are using Visual Studio 201
7
or newer, with all updates installed. Cap'n
Proto uses C++11 language features that did not work in previous versions of Visual Studio,
and the updates include many bug fixes that Cap'n Proto requires.
...
...
@@ -115,9 +115,7 @@ If you want to use Cap'n Proto in C++ with Visual Studio, do the following:
3.
Use CMake to generate Visual Studio project files under
`capnproto-c++-0.0.0`
in the zip file.
You can use the CMake UI for this or run this shell command:
cmake -G "Visual Studio 14 2015"
(For VS2017, you can use "Visual Studio 15 2017" as the generator name.)
cmake -G "Visual Studio 15 2017"
3.
Open the "Cap'n Proto" solution in Visual Studio.
...
...
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