Fix random formatting issues
This commit is contained in:
20
README.md
20
README.md
@@ -5,20 +5,20 @@
|
|||||||
First you need a system-wide installation of the Capnproto C++ library >= 0.3. Unfortunately, as of now, that means you have to build from the HEAD of Cap'n Proto. Follow these instructions to do so:
|
First you need a system-wide installation of the Capnproto C++ library >= 0.3. Unfortunately, as of now, that means you have to build from the HEAD of Cap'n Proto. Follow these instructions to do so:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
wget https://github.com/kentonv/capnproto/archive/master.zip
|
wget https://github.com/kentonv/capnproto/archive/master.zip
|
||||||
unzip master.zip
|
unzip master.zip
|
||||||
cd capnproto-master/c++
|
cd capnproto-master/c++
|
||||||
./setup-autotools.sh
|
./setup-autotools.sh
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
make -j6 check
|
make -j6 check
|
||||||
sudo make install
|
sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
A recent version of setuptools is also required. You can install a newer version with:
|
A recent version of setuptools is also required. You can install a newer version with:
|
||||||
|
|
||||||
```python
|
```bash
|
||||||
pip install -U setuptools
|
pip install -U setuptools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user