Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 311 Bytes

libsodium.md

File metadata and controls

10 lines (10 loc) · 311 Bytes
git clone --depth 1 https://github.com/jedisct1/libsodium.git
cd libsodium/
autoreconf -ivf
./configure
make -j$(nproc)
export CXXFLAGS="$CXXFLAGS -DCRYPTOFUZZ_LIBSODIUM"
export LIBSODIUM_A_PATH=$(realpath src/libsodium/.libs/libsodium.a)
export LIBSODIUM_INCLUDE_PATH=$(realpath src/libsodium/include)