mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-04-19 08:55:16 +00:00
updated all_in_one.sh with code needed to build VtoyTool and others
This commit is contained in:
parent
2dafe75509
commit
68d60e55af
@ -32,8 +32,18 @@ sh buildedk.sh >> $LOG 2>&1 || exit 1
|
|||||||
|
|
||||||
#
|
#
|
||||||
# We almost rarely modifiy these code, so no need to build them everytime
|
# We almost rarely modifiy these code, so no need to build them everytime
|
||||||
# If you want to rebuild them, just uncomment them.
|
# If you want to rebuild them, just uncomment them and the below tools.
|
||||||
#
|
#
|
||||||
|
#
|
||||||
|
#wget -q -P /opt/ https://github.com/ventoy/musl-cross-make/releases/download/latest/output.tar.bz2
|
||||||
|
#cd $VTOY_PATH/DOC
|
||||||
|
#tar xf musl-1.2.1.tar.gz
|
||||||
|
#cd musl-1.2.1
|
||||||
|
#./configure && make install
|
||||||
|
#tar xf /opt/output.tar.bz2 -C /opt
|
||||||
|
#mv /opt/output /opt/mips64el-linux-musl-gcc730
|
||||||
|
#cd $VTOY_PATH/DOC
|
||||||
|
#[ -d /opt/diet64 ] || sh ./installdietlibc.sh
|
||||||
|
|
||||||
#cd $VTOY_PATH/VtoyTool
|
#cd $VTOY_PATH/VtoyTool
|
||||||
#sh build.sh || exit 1
|
#sh build.sh || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user