mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-15 08:24:52 +01:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
cd ~
|
|
tar xzf /io/libsodium.tar.gz
|
|
cd libsodium-*
|
|
./configure
|
|
make
|
|
make check
|
|
make install
|
|
strip --strip-all /usr/local/lib/libsodium.so
|
|
cp /usr/local/lib/libsodium.so /io/output
|