From 9eec2a39f44436d6cf89ed1a2ee197bd94bbc446 Mon Sep 17 00:00:00 2001 From: CyberGeek009 <75823631+CyberGeek009@users.noreply.github.com> Date: Sat, 7 Aug 2021 04:21:22 -0700 Subject: [PATCH] Update BuildVentoyFromSource.txt added ubuntu installation procedure --- DOC/BuildVentoyFromSource.txt | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/DOC/BuildVentoyFromSource.txt b/DOC/BuildVentoyFromSource.txt index 8aae2823..d04de129 100644 --- a/DOC/BuildVentoyFromSource.txt +++ b/DOC/BuildVentoyFromSource.txt @@ -6,7 +6,7 @@ Because Ventoy is based on many open source projects, so the environment is important. I suggest you test it on a virtual machine firstly. 1.1 Install CentOS 7.8 - I use CentOS-7-x86_64-Everything-2003.iso and select Minimal install + 1.2 Install Packages yum install \ @@ -14,8 +14,15 @@ mpfr.i686 mpfr-devel.i686 zlib.i686 rsync autogen autoconf automake libtool gettext* bison binutils \ flex device-mapper-devel SDL libpciaccess libusb freetype freetype-devel gnu-free-* qemu-* virt-* \ libvirt* vte* NetworkManager-bluetooth brlapi fuse-devel dejavu* gnu-efi* pesign shim \ - iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static xorriso - + iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static xorriso + 1.3 Install Ubuntu or other debian based distro + + sudo apt install + libXpm net-tools bzip2 wget vim gcc gcc-c++ samba dos2unix glibc-devel glibc.i686 glibc-devel.i686 + mpfr.i686 mpfr-devel.i686 zlib.i686 rsync autogen autoconf automake libtool gettext* bison binutils + flex device-mapper-devel SDL libpciaccess libusb freetype freetype-devel gnu-free-* qemu-* virt-* + libvirt* vte* NetworkManager-bluetooth brlapi fuse-devel dejavu* gnu-efi* pesign shim + iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static xorriso ==========================================