add dpeendecny stuff to build scrtiprtt
This commit is contained in:
parent
8596eb5ea6
commit
37ea3de368
1 changed files with 9 additions and 0 deletions
9
build.sh
Executable file
9
build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
# lfs-builder main script
|
||||
# this will take hours pls save me AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
|
||||
|
||||
echo you will need these utilities installed on your system, press CTRL+C to cancel this script:
|
||||
echo "bash, binutils, bison, coreutils, diffutils, findutils, gawk (/usr/bin/awk should be a link to gawk), GCC including G++, gep, gzip, Linux kernel 4.19, M4, make, patch, perl, python, sed, tar, texinfo, xz"
|
||||
echo lfs-builder will now attempt to install these dependencies on Ubuntu and its derivatives. Please read the LFS booklet for more information.
|
||||
echo Not all of the dependencies can be installed- you will need to find: sortutils, ld, xz on your own. Cheers!
|
||||
|
||||
sudo apt install bash bison diffutils findutils gawk gcc g++ grep gzip m4 make patch perl python3 sed tar texinfo
|
Loading…
Reference in a new issue