https://wiki.geany.org/howtos/win32/msys2 works fine for me (GTK2):
- One-time Setup
- GTK+2 compilation
- Plugins:
```sh
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
```
- Creating a GTK runtime bundle

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/887#issuecomment-513435003

Reply via email to