Update installation docs to point at 0.4 of C++ Cap'n Proto

This commit is contained in:
Jason Paryani
2013-12-12 00:03:38 -08:00
parent adf8e92003
commit 37b3e92a14
2 changed files with 6 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ 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::
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
curl -O http://capnproto.org/capnproto-c++-0.4.0.tar.gz
tar zxf capnproto-c++-0.4.0.tar.gz
cd capnproto-c++-0.4.0
./configure
make -j6 check
sudo make install