7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
cd tommath/build
|
|
cmake ..
|
|
make -j 12
|
|
sudo make install
|
|
cd ../../tomcrypt/
|
|
chmod +x create_build.sh && ./create_build.sh
|