]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - DOC/BuildVentoyFromSource.txt
grub.cfg: add support for new Parabola ISOs (#590)
[Ventoy.git] / DOC / BuildVentoyFromSource.txt
index c67aced8e87551e7cf37c15504bc5e1444f1206a..aa4c7d9a4306914200f16b85ddba291dfffe3251 100644 (file)
@@ -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
   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