From 813bbbf43c48336269c70e0d3f92e93f3451375e Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Thu, 15 Jun 2017 12:44:07 -0700 Subject: [PATCH] Create 12_2_Accessing_Bitcoind_with_C.md --- 12_2_Accessing_Bitcoind_with_C.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +