This commit is contained in:
jl777
2019-02-18 23:06:36 -11:00
parent fed6024ee7
commit 9377ec6542

View File

@@ -1,9 +1,8 @@
#!/bin/sh
echo "you can ignore ./makerogue: shell: not found"
cd rogue;
./configure # only need this first time
echo "you can ignore ./makerogue: shell: not found"
make; cd ..
gcc -Wno-write-strings -DBUILD_ROGUE -std=c++11 -I../../depends/$(shell echo `../..//depends/config.guess`/include) -I../univalue/include -I../cryptoconditions/include -I../cryptoconditions/src -I../cryptoconditions/src/asn -I.. -I. -fPIC -shared -o librogue.so -c cclib.cpp
#gcc -std=c++11 -fPIC -shared -o librogue.so cclib.o rogue/rogue.so
cp librogue.so ../libcc.so