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
e6905c89
Commit
e6905c89
authored
Jun 26, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add readme warning about compiler version.
parent
0e137620
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.txt
c++/README.txt
+5
-0
No files found.
c++/README.txt
View file @
e6905c89
...
@@ -15,6 +15,10 @@ Full installation and usage instructions and other documentation are maintained
...
@@ -15,6 +15,10 @@ Full installation and usage instructions and other documentation are maintained
on the Cap'n Proto web site:
on the Cap'n Proto web site:
http://kentonv.github.io/capnproto/install.html
http://kentonv.github.io/capnproto/install.html
WARNING: You must be using either GCC 4.7+ or Clang 3.2+. On OSX, Xcode 4's
command-line tools are NOT sufficient -- see the web site for step-by-step
instructions to get Clang 3.2 working on OSX.
To build and install (from a release package), simply do:
To build and install (from a release package), simply do:
./configure
./configure
make -j4 check
make -j4 check
...
@@ -25,3 +29,4 @@ You can increase this number if you have more cores. Specifying "check"
...
@@ -25,3 +29,4 @@ You can increase this number if you have more cores. Specifying "check"
says to run tests in addition to building. This can be omitted to make the
says to run tests in addition to building. This can be omitted to make the
build slightly faster, but running tests and reporting failures back to the
build slightly faster, but running tests and reporting failures back to the
developers helps us out!
developers helps us out!
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