https://wiki.geany.org/howtos/win32/msys2 works fine for me (GTK2):

cd
curl -L -o geany-plugins-master.zip https://github.com/geany/geany/archive/master.zip
unzip geany-plugins-master.zip
cd geany-plugins-master
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/c/geany --with-geany-libdir=/c/geany/lib --disable-silent-rules
make -j2
make install


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.