Fixed up the docs a bit with sugesstions from Kenton

This commit is contained in:
Jason Paryani
2013-08-20 00:58:34 -07:00
parent 4373ecc50b
commit 934a204ea5
3 changed files with 12 additions and 12 deletions

View File

@@ -3,10 +3,10 @@
Installation
===================
C++ Capnproto Library
C++ Cap'n Proto Library
---------------------
You need to install the C++ Capnproto 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>`_ with an added `sudo ldconfig` after you're done installing, or if you're feeling lazy, you can run the commands below::
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>`_ with an added `sudo ldconfig` after you're done installing, or if you're feeling lazy, you can run the commands below::
wget https://github.com/kentonv/capnproto/archive/master.zip
unzip master.zip