X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/1186caba41c57c390db2aee650d9c451809bffa3..f7d7db6a186f8227287ff46bff31a45aeee88858:/DOC/BuildVentoyFromSource.txt?ds=inline diff --git a/DOC/BuildVentoyFromSource.txt b/DOC/BuildVentoyFromSource.txt index c67aced..aa4c7d9 100644 --- a/DOC/BuildVentoyFromSource.txt +++ b/DOC/BuildVentoyFromSource.txt @@ -3,7 +3,7 @@ 1. Compile Enviroment ========================================== My build envrioment is CentOS 7.8 x86_64. So here I first explain how to create the build environment from scratch. - Because Ventoy is based on many open source projects, so the envrioment is important. I suggest you test it on a virtual machine first. + Because Ventoy is based on many open source projects, so the environment is important. I suggest you test it on a virtual machine first. 1.1 Install CentOS 7.8 I use CentOS-7-x86_64-Everything-2003.iso and select Minimal install @@ -146,6 +146,14 @@ https://busybox.net/downloads/busybox-1.32.0.tar.bz2 use BUSYBOX/64h.config and uclibc to build busybox-1.32 +4.19 == Build lunzip32/lunzip64 == + http://mirror.yongbok.net/nongnu/lzip/lunzip/lunzip-1.11.tar.gz + PATH=$PATH:/opt/diet/bin + ./configure --disable-nls CC='diet gcc -nostdinc' + make + strip --strip-all lunzip + + ========================================== 5. Binaries