6 lines
102 B
Bash
6 lines
102 B
Bash
|
cd tommath/build
|
||
|
cmake ..
|
||
|
make -j 12
|
||
|
cd ../../tomcrypt/
|
||
|
chmod +x create_build.sh && ./create_build.sh
|