Skip to content

Commit

Permalink
Peer Review: use base-devel
Browse files Browse the repository at this point in the history
Use the base-devel package. Fewer packages are requried to be
specified then.

- Remove autoconf/automake. They're no longer used any way.
  • Loading branch information
BenjamenMeyer committed Oct 29, 2023
1 parent e91a3ab commit e4a64a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -1507,21 +1507,23 @@ function bootstrapOnFuntoo ()

function bootstrapOnArch ()
{
# NOTE: Arch requires GCC 12 right now
# also installing latest GCC.
pacman -Sy --noconfirm \
base-devel \
cmake \
boost \
llvm \
clang \
gcc \
gcc12 \
sdl \
sdl2 \
expat \
gtk3 \
libglvnd \
mesa \
python \
autoconf \
automake \
freeglut \
git \
libjpeg-turbo \
Expand Down

0 comments on commit e4a64a1

Please sign in to comment.