From b80b3053ede50d1e5a84f6176069292582c8df0d Mon Sep 17 00:00:00 2001 From: SteavenGamerYT <62666559+SteavenGamerYT@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:32:06 +0300 Subject: [PATCH 1/4] pkg for fedora fixs --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 308a22601c..2a8b9c1bdb 100755 --- a/build.sh +++ b/build.sh @@ -68,7 +68,7 @@ dependencies() { dep_install unset INSTALL - DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686}" + DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel}" dep_install break ;; From cdfd04c9b9eedfbce615427c6515774853237752 Mon Sep 17 00:00:00 2001 From: SteavenGamerYT <62666559+SteavenGamerYT@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:33:12 +0300 Subject: [PATCH 2/4] again --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2a8b9c1bdb..bd239a5920 100755 --- a/build.sh +++ b/build.sh @@ -68,7 +68,7 @@ dependencies() { dep_install unset INSTALL - DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel}" + DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel,libstdc++-static}" dep_install break ;; From 912c2b9d44a0af8b8711b21eef4e81245ed842a5 Mon Sep 17 00:00:00 2001 From: SteavenGamerYT <62666559+SteavenGamerYT@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:14:29 +0300 Subject: [PATCH 3/4] AGAIN BRUH --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bd239a5920..6fcebd79ff 100755 --- a/build.sh +++ b/build.sh @@ -68,7 +68,8 @@ dependencies() { dep_install unset INSTALL - DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel,libstdc++-static}" + DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel,libstdc++-static,gcc,gcc-c++,mesa-libGL-devel,python3-numpy,python3-matplotlib,libstdc++-static.i686 +}" dep_install break ;; From 94e1d6270e73a438df9683f9832507017e2028d0 Mon Sep 17 00:00:00 2001 From: SteavenGamerYT <62666559+SteavenGamerYT@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:15:11 +0300 Subject: [PATCH 4/4] typo --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 6fcebd79ff..17fe54ab32 100755 --- a/build.sh +++ b/build.sh @@ -68,8 +68,7 @@ dependencies() { dep_install unset INSTALL - DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel,libstdc++-static,gcc,gcc-c++,mesa-libGL-devel,python3-numpy,python3-matplotlib,libstdc++-static.i686 -}" + DEPS="{glibc-devel.i686,libstdc++-devel.i686,libX11-devel.i686,wayland-devel.i686,libxkbcommon-devel.i686,python3-mako,meson,cmake,dbus-devel,glslang,libXNVCtrl-devel,libstdc++-static,gcc,gcc-c++,mesa-libGL-devel,python3-numpy,python3-matplotlib,libstdc++-static.i686}" dep_install break ;;