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
107b8d0d
Commit
107b8d0d
authored
Jun 27, 2019
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update required compiler verisons on web site.
Fixes #822 Fixes #840
parent
82d2ec62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install.md
doc/install.md
+3
-3
No files found.
doc/install.md
View file @
107b8d0d
...
...
@@ -21,13 +21,13 @@ This package is licensed under the [MIT License](http://opensource.org/licenses/
Cap'n Proto makes extensive use of C++11 language features. As a result, it requires a relatively
new version of a well-supported compiler. The minimum versions are:
*
GCC 4.
8
*
GCC 4.
9
*
Clang 3.5
*
Visual C++ 201
5
*
Visual C++ 201
7
If your system's default compiler is older that the above, you will need to install a newer
compiler and set the
`CXX`
environment variable before trying to build Cap'n Proto. For example,
after installing GCC 4.
8, you could set
`CXX=g++-4.8
`
to use this compiler.
after installing GCC 4.
9, you could set
`CXX=g++-4.9
`
to use this compiler.
### Supported Operating Systems
...
...
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