Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dadigang
Ventoy
Commits
6b4509a5
Unverified
Commit
6b4509a5
authored
Jun 23, 2023
by
Nikolas Garofil
Committed by
GitHub
Jun 23, 2023
Browse files
Environment typos (#2368)
parent
feea11e2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
DMSETUP/build.txt
DMSETUP/build.txt
+1
-1
DOC/BuildVentoyFromSource.txt
DOC/BuildVentoyFromSource.txt
+3
-3
INSTALL/docker_ci_build.sh
INSTALL/docker_ci_build.sh
+2
-2
ZSTD/build.txt
ZSTD/build.txt
+1
-1
No files found.
DMSETUP/build.txt
View file @
6b4509a5
...
...
@@ -5,7 +5,7 @@ use an old version of dmsetup
http://vault.centos.org/5.3/os/SRPMS/device-mapper-1.02.28-2.el5.src.rpm
https://www.fefe.de/dietlibc/dietlibc-0.34.tar.xz
======== Build Env
rio
ment ========
======== Build Env
iron
ment ========
build for 32bit, static linked with dietlibc
1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso
2. yum install gcc kernel-devel package
...
...
DOC/BuildVentoyFromSource.txt
View file @
6b4509a5
==========================================
1. Compile Enviroment
1. Compile Enviro
n
ment
==========================================
My build env
rio
ment is CentOS 7.8 x86_64. So here I first explain how to create the build environment from scratch.
My build env
iron
ment 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 environment is important. I suggest you test it on a virtual machine firstly.
1.1 Install CentOS 7.8
...
...
@@ -54,7 +54,7 @@
mv /opt/output /opt/mips64el-linux-musl-gcc730
2.4 Set PATH env
rio
ment
2.4 Set PATH env
iron
ment
export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin:/opt/aarch64--uclibc--stable-2020.08-1/bin:/opt/mips64el-linux-musl-gcc730/bin
better to add this line to /root/.bashrc and relogin as root
...
...
INSTALL/docker_ci_build.sh
View file @
6b4509a5
...
...
@@ -3,7 +3,7 @@
VTOY_PATH
=
$PWD
/..
date
+
"%Y/%m/%d %H:%M:%S"
echo
downloading env
r
ionment ...
echo
downloading envi
r
onment ...
wget
-q
-P
$VTOY_PATH
/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/dietlibc-0.34.tar.xz
wget
-q
-P
$VTOY_PATH
/DOC/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/musl-1.2.1.tar.gz
...
...
@@ -14,6 +14,6 @@ wget -q -P /opt/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/a
wget
-q
-P
/opt/ https://github.com/ventoy/vtoytoolchain/releases/download/1.0/mips-loongson-gcc7.3-2019.06-29-linux-gnu.tar.gz
date
+
"%Y/%m/%d %H:%M:%S"
echo
downloading env
r
ionment finish...
echo
downloading envi
r
onment finish...
sh all_in_one.sh CI
ZSTD/build.txt
View file @
6b4509a5
...
...
@@ -4,7 +4,7 @@ Build a static linked, small zstdcat tool
use an old version of zstd
https://codeload.github.com/facebook/zstd/zip/v1.0.0
======== Build Env
rio
ment ========
======== Build Env
iron
ment ========
build for 32bit, static linked with dietlibc
1. install centos 6.10 i386 with CentOS-6.10-i386-bin-DVD1.iso
2. yum install gcc gettext gettext-devel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment