Merge pull request #7 from PayasR/master

Fixed broken links
This commit is contained in:
John M. Jones 2017-07-22 06:31:30 -05:00 committed by GitHub
commit 937504c3f2

View file

@ -8,11 +8,11 @@ libp2p: https://github.com/libp2p/specs <br>
<br>
Prerequisites: To compile the C version you will need:<br>
lmdb https://github.com/jmjatlanta/lmdb<br>
c-protobuf https://github.com/kenCode/c-protobuf<br>
c-multihash https://github.com/kenCode/c-multihash<br>
c-multiaddr https://github.com/kenCode/c-multiaddr<br>
c-libp2p https://github.com/kenCode/c-libp2p<br>
c-protobuf https://github.com/kenCode-de/c-protobuf<br>
c-multihash https://github.com/kenCode-de/c-multihash<br>
c-multiaddr https://github.com/kenCode-de/c-multiaddr<br>
c-libp2p https://github.com/kenCode-de/c-libp2p<br>
<br>
And of course this project at https://github.com/kenCode/c-ipfs<br>
And of course this project at https://github.com/kenCode-de/c-ipfs<br>
<br>
The compilation at this point is simple, but not very flexible. Place all of these projects in a directory. Compile all (the order above is recommended) by going into each one and running "make all".