This commit is contained in:
jl777
2019-02-02 04:26:57 -11:00
parent 84622a7f93
commit 5603e44b65

View File

@@ -2,6 +2,6 @@ cd rogue;
#./configure # only need this first time
make; cd ..
gcc -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 cclib.cpp rogue/rogue.so
//gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.o
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.o
cp librogue.so ../libcc.so