diff --git a/12_2_Accessing_Bitcoind_with_C.md b/12_2_Accessing_Bitcoind_with_C.md index a491efe..7f9ca0d 100644 --- a/12_2_Accessing_Bitcoind_with_C.md +++ b/12_2_Accessing_Bitcoind_with_C.md @@ -39,3 +39,9 @@ If that works, you can install the package: ``` $ sudo make install ``` + +.... + + +cc footest.c -lbitcoinrpc -ljansson -o foot +