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
d73bc221
Commit
d73bc221
authored
Feb 02, 2015
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update woefully outdated readme for the c++ package.
Fixes #175.
parent
bd6f4d58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
README.txt
c++/README.txt
+4
-9
No files found.
c++/README.txt
View file @
d73bc221
Cap'n Proto - Insanely Fast Data Serialization Format
Copyright 2013
Kenton Varda
http
://kentonv.github.com/capnproto/
Copyright 2013
-2015 Sandstorm Development Group, Inc.
http
s://capnproto.org
Cap'n Proto is an insanely fast data interchange format and capability-based
RPC system. Think JSON, except binary. Or think of Google's Protocol Buffers
(http://protobuf.googlecode.com), except faster. In fact, in benchmarks,
Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
This package contains the C++ runtime implementation of Cap'n Proto. To build
and use it, you will first need to install the Cap'n Proto compiler, capnpc,
which comes in a separate package.
Full installation and usage instructions and other documentation are maintained
on the Cap'n Proto web site:
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.
WARNING: Cap'n Proto requires a modern compiler. See the above link for
detailed requirements.
To build and install (from a release package), simply do:
./configure
...
...
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