You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/cryptsetup/cryptsetup-build.txt

10 lines
421 B
Plaintext

1. source code: https://mirrors.edge.kernel.org/pub/linux/utils/cryptsetup/v1.7/
2. Use a system with /lib64/libgcrypt.so.20 (Ubuntu)
./configure --enable-static
make -j 16
cd src
gcc -Wall -O2 -o veritysetup veritysetup-utils_crypt.o veritysetup-utils_loop.o veritysetup-utils_tools.o veritysetup-veritysetup.o -lpopt -ldevmapper -lgcrypt -luuid .././lib/.libs/libcryptsetup.a
strip --strip-all veritysetup