mirror of https://github.com/ventoy/Ventoy.git
add cryptsetup
This commit is contained in:
parent
d71514f23e
commit
1a2a35f5bc
|
@ -0,0 +1,9 @@
|
|||
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
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue