Skip to content

Commit

Permalink
bootstrap: Add Fedora 38; install LLVM and CLang on Funtoo
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengtuggy committed Jul 9, 2023
1 parent c05e452 commit 25be25b
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
set -e

echo "------------------------------"
echo "--- bootstrap | 2023-05-14 ---"
echo "--- bootstrap | 2023-07-08 ---"
echo "------------------------------"

UPDATE_ALL_SYSTEM_PACKAGES="$1"
Expand Down Expand Up @@ -771,6 +771,26 @@ function bootstrapOnFedora ()
make \
clang
;;
38)
dnf install -y \
git \
cmake \
boost-devel \
freeglut-devel \
gcc-c++ \
openal-soft-devel \
sdl12-compat-devel \
libvorbis-devel \
libglvnd-devel \
libjpeg-turbo-devel \
libpng-devel \
expat-devel \
gtk3-devel \
python3-devel \
rpm-build \
make \
clang
;;
*)
echo "Sorry, this version of Fedora is unsupported"
exit 2
Expand Down Expand Up @@ -1378,7 +1398,7 @@ function bootstrapOnManjaro ()
function bootstrapOnFuntoo ()
{
ego sync
emerge openal
emerge llvm clang openal # libglvnd
}

case "${LINUX_ID}" in
Expand Down

0 comments on commit 25be25b

Please sign in to comment.