mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
5 lines
No EOL
266 B
Bash
Executable file
5 lines
No EOL
266 B
Bash
Executable file
cd ../nirai/src
|
|
|
|
gcc -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -fPIC -DMAJOR_VERSION=1 -DMINOR_VERSION=0 -I/usr/include -I/usr/include/python2.7 -lstdc++ -lssl -lcrypto -c aes.cxx -c -o aes.o
|
|
|
|
gcc -shared aes.o -L/usr/local/lib -lstdc++ -lssl -lcrypto -o aes.so |