Merge pull request #3 from nathanaeljones/patch-1
Add build instructions
This commit is contained in:
commit
a15accf4eb
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
|
@ -38,3 +38,16 @@ Otherwise, you can specify the path to the c plugin:
|
||||||
`capnp` generates a C struct that corresponds to each capn proto struct, along with read/write functions that convert to/from capn proto form.
|
`capnp` generates a C struct that corresponds to each capn proto struct, along with read/write functions that convert to/from capn proto form.
|
||||||
|
|
||||||
TBD whether it will make sense in the future to provide accessor functions for struct members, rather than converting entire structs.
|
TBD whether it will make sense in the future to provide accessor functions for struct members, rather than converting entire structs.
|
||||||
|
|
||||||
|
## building on linux
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/opensourcerouting/c-capnproto
|
||||||
|
cd c-capnproto
|
||||||
|
git submodule update --init --recursive
|
||||||
|
autoreconf -f -i -s
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make check
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue