[Github-comments] [geany/geany-plugins] Compile Geany Plugins on Windows (#887)

Skif-off notifications at xxxxx
Sat Jul 20 04:32:41 UTC 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190719/d3b957b5/attachment.html>


More information about the Github-comments mailing list