Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howtos:win32:msys2 [2016/06/27 12:52] – Add build-from-source tag enricohowtos:win32:msys2 [2019/08/16 15:23] – Add note about --disable-html-docs (can't escape -- to single -) ntrel
Line 34: Line 34:
   # gtk familiy   # gtk familiy
   pacman -S mingw-w64-i686-gtk2 mingw-w64-i686-gtk3   pacman -S mingw-w64-i686-gtk2 mingw-w64-i686-gtk3
-  # for building html docs+  # for building html docs*
   pacman -S mingw-w64-i686-python2 mingw-w64-i686-python2-docutils   pacman -S mingw-w64-i686-python2 mingw-w64-i686-python2-docutils
   # and if you fancy building from git   # and if you fancy building from git
Line 40: Line 40:
   # necessary for GTK bundle and installer steps   # necessary for GTK bundle and installer steps
   pacman -S rsync   pacman -S rsync
 +  
 +*If you don't install python docutils, you will need to pass -''-disable-html-docs'' to ''configure''
      
 At last, you want to add ''C:\msys32\mingw32\bin'' to your PATH environment variable, in order to run Geany from the Windows Explorer. At last, you want to add ''C:\msys32\mingw32\bin'' to your PATH environment variable, in order to run Geany from the Windows Explorer.
Line 146: Line 148:
  
   DESTINATON=/h   DESTINATON=/h
-  VERSION="1.28"+  VERSION="1.29"
   cd ~/geany   cd ~/geany
   make distclean   make distclean
Line 193: Line 195:
  
   DESTINATON=/h   DESTINATON=/h
-  VERSION="1.28"+  VERSION="1.29"
   cd ~/geany-plugins   cd ~/geany-plugins
   make distclean   make distclean
Print/export