forked from agorise/c-ipfs
commit
937504c3f2
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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".
|
||||
|
|
Loading…
Reference in a new issue