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

2020-04-28 Thread Enrico Tröger
Closed #887. -- 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#event-3282098150

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

2020-04-28 Thread Enrico Tröger
Please re-open if you still have issues building Geany with the instructions in the wiki, as mentioned above. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

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

2019-07-19 Thread Skif-off
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