如何构建 libsodium (NaCl) DEB 包

问题:

你想创建 libsodium 的二进制 DEB 包。然而,最新版本没有可用的官方 DEB 包。

解决方案

我编写了一个完全自动化构建 deb 包过程的脚本。请参见我的 deb-buildscripts 仓库中的 deb-libsodium.sh


Check out similar posts by category: Cryptography, Linux