Skip to content

Commit

Permalink
#76 Update ubuntu setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Feb 5, 2025
1 parent 9f4eec5 commit ec5cd0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions scripts/setup_ubuntu1804.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ apt-get install -y --no-install-recommends \
libdouble-conversion-dev \
libdouble-conversion3 \
libeigen3-dev \
libexpat1-dev \
libexpat1 \
libfftw3-3 \
libfftw3-bin \
libfftw3-dev \
libfmt-dev \
libfontconfig1 \
libfreetype6 \
Expand Down
5 changes: 3 additions & 2 deletions scripts/setup_ubuntu2004.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ apt-get install -y --no-install-recommends \
libdouble-conversion-dev \
libdouble-conversion1 \
libeigen3-dev \
libexpat1-dev \
libexpat1 \
libfftw3-3 \
libfftw3-bin \
libfftw3-dev \
libfmt-dev \
libfontconfig1 \
libfreetype6 \
Expand Down
5 changes: 3 additions & 2 deletions scripts/setup_ubuntu2204.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ apt-get install -y --no-install-recommends \
libdouble-conversion-dev \
libdouble-conversion3 \
libeigen3-dev \
libexpat1-dev \
libexpat1 \
libfftw3-3 \
libfftw3-bin \
libfftw3-dev \
libfmt-dev \
libfmt8 \
libfontconfig1 \
Expand Down

0 comments on commit ec5cd0d

Please sign in to comment.