Update docs for v0.3.0 release of C++ api
This commit is contained in:
@@ -8,11 +8,11 @@ C++ Cap'n Proto Library
|
||||
|
||||
You need to install the C++ Cap'n Proto library first. It requires a C++ compiler with C++11 support, such as GCC 4.7+ or Clang 3.2+. Follow installation docs at `http://kentonv.github.io/capnproto/install.html <http://kentonv.github.io/capnproto/install.html>`_, or if you're feeling lazy, you can run the commands below::
|
||||
|
||||
wget http://capnproto.org/capnproto-c++-0.3.0-rc5.tar.gz
|
||||
tar xzf capnproto-c++-0.3.0-rc5.tar.gz
|
||||
cd capnproto-c++-0.3.0-rc5
|
||||
curl -O http://capnproto.org/capnproto-c++-0.3.0.tar.gz
|
||||
tar zxf capnproto-c++-0.3.0.tar.gz
|
||||
cd capnproto-c++-0.3.0
|
||||
./configure
|
||||
make -j8 check
|
||||
make -j6 check
|
||||
sudo make install
|
||||
|
||||
Pip
|
||||
|
||||
Reference in New Issue
Block a user