You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
255 B

export PATH="$HOME/.local/bin:$HOME/gtk/inst/bin:$PATH"
rm -rf ./gtk-mac-integration
git clone https://gitlab.gnome.org/GNOME/gtk-mac-integration.git
cd ./gtk-mac-integration
./autogen.sh
./configure --prefix=$HOME/gtk/inst
make -j4
make install
cd ..