make-gtk3.sh 118 B

1234567
  1. #!/bin/sh -x
  2. echo "compiling for use with GTK-3"
  3. ./autogen.sh
  4. ./configure --with-gtk=3.0 --enable-gcc-warnings
  5. #make