This commit is contained in:
jl777
2019-02-02 05:11:37 -11:00
parent cc89099ff7
commit 495c41f313
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ EXTRA_LIBRARIES += \
$(LIBBITCOIN_COMMON) \ $(LIBBITCOIN_COMMON) \
$(LIBBITCOIN_SERVER) \ $(LIBBITCOIN_SERVER) \
$(LIBBITCOIN_CLI) \ $(LIBBITCOIN_CLI) \
libzcash.a libcurses.a libzcash.a
if ENABLE_WALLET if ENABLE_WALLET
BITCOIN_INCLUDES += $(BDB_CPPFLAGS) BITCOIN_INCLUDES += $(BDB_CPPFLAGS)
EXTRA_LIBRARIES += $(LIBBITCOIN_WALLET) EXTRA_LIBRARIES += $(LIBBITCOIN_WALLET)

View File

@@ -1,7 +1,7 @@
cd rogue; cd rogue;
#./configure # only need this first time #./configure # only need this first time
make; cd .. make; cd ..
gcc -Wno-write-strings -DBUILD_ROGUE -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp gcc -Wno-write-strings -DBUILD_ROGUE -std=c++11 -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp -lcurses
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so #gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
cp librogue.so ../libcc.so cp librogue.so ../libcc.so