Skip to content

Commit

Permalink
fix(gaw): build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
urish authored Mar 7, 2024
1 parent bb016c8 commit b27c889
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/install_gaw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

set -e

sudo apt-get install -y libgtk-3-dev
sudo apt-get install -y libgtk-3-dev gettext automake

git clone https://github.com/StefanSchippers/xschem-gaw /tmp/xschem-gaw
cd /tmp/xschem-gaw
sed -i 's/GETTEXT_MACRO_VERSION = 0.18/GETTEXT_MACRO_VERSION = 0.20/' po/Makefile.in.in
aclocal && autoconf && autoheader && automake --add-missing
./configure
make -j4
sudo make install
Expand Down

0 comments on commit b27c889

Please sign in to comment.