This commit is contained in:
jl777
2019-02-02 08:18:07 -11:00
parent 9281de5d77
commit dabceb5d37

View File

@@ -1,5 +1,5 @@
cd rogue;
#./configure # only need this first time
./configure # only need this first time
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 -lncurses
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so