mirror of https://github.com/ventoy/Ventoy.git
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
|
||
|
========== About Source Code =============
|
||
|
Ventoy use grub-2.04, so I only put the added and modified source code here.
|
||
|
|
||
|
You can download grub-2.04 source code from this site:
|
||
|
https://ftp.gnu.org/gnu/grub/
|
||
|
|
||
|
Just merge the code here with the original code of grub-2.04
|
||
|
|
||
|
|
||
|
========== Build =============
|
||
|
./autogen.sh
|
||
|
./configure
|
||
|
make
|