9 lines
No EOL
784 B
Bash
Executable file
9 lines
No EOL
784 B
Bash
Executable file
# 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 |