Server-Root/libraries/build_ed25519.sh

5 lines
56 B
Bash
Raw Normal View History

2018-08-08 14:21:32 +00:00
cd ed25519/build/
cmake ..
make -j 12
2018-08-08 19:51:41 +00:00
sudo make install