From 37ea3de3683bbc8de32a0cd33c0de482406dc92f Mon Sep 17 00:00:00 2001 From: Conzer Date: Sun, 1 Dec 2024 23:57:04 -0500 Subject: [PATCH] add dpeendecny stuff to build scrtiprtt --- build.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c1c1e57 --- /dev/null +++ b/build.sh @@ -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 \ No newline at end of file