From 30a00db9f9464dbdb6136a03200bb5becc8ee7ca Mon Sep 17 00:00:00 2001 From: dwu11 <43306630+dwu11@users.noreply.github.com> Date: Wed, 5 Jun 2024 18:26:01 -0400 Subject: [PATCH] Create build.sh These build commands worked for me --- build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..4c5d4cb --- /dev/null +++ b/build.sh @@ -0,0 +1,12 @@ +sudo steamos-readonly disable +curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sudo sh -s -- --prefix /usr +sudo steamos-readonly enable +xhost +si:localuser:$USER >/dev/null +distrobox create && distrobox enter +curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +sudo dnf install pkg-config openssl-devel +sudo dnf install llvm-devel +sudo dnf install gcc-c++.x86_64 +rustup update +rustup toolchain install 1.78.0 +cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin