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
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