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:running [2011/06/04 21:02] – spelling codebrainzhowtos:win32:running [2014/06/22 14:02] – Update GTK+ runtime version information for future builds enrico
Line 10: Line 10:
  
 GTK+ runtime for Windows 2000 and newer: GTK+ runtime for Windows 2000 and newer:
-http://downloads.sourceforge.net/gtk-win/gtk2-runtime-2.16.1-2009-04-21-ash.exe+http://sourceforge.net/projects/gtk-win/files/GTK%2B%20Runtime%20Environment/GTK%2B%202.24/gtk2-runtime-2.24.10-2012-10-10-ash.exe
  
-  * GTK+ 2.16 is the most stable at the time of writing - if you have a higher version you should check the release notes to see if there are problems e.g. with theming. +  * GTK+ >= 2.24 is required on Windows as the official Windows builds are compiled against GTK+ 2.24.
- +
-  * Since Geany 0.16, GTK+ >= 2.is required, which in turn requires at least Windows 2000 or newer. The official Windows builds of Geany are built against GTK+ 2.16, so +
-to use them you also need GTK+ 2.16 or newer.+
  
 (The Geany Windows executable can be downloaded from the [[http://www.geany.org/Download/Releases|Geany website]].) (The Geany Windows executable can be downloaded from the [[http://www.geany.org/Download/Releases|Geany website]].)
Line 35: Line 32:
 ===== Windows developer tools ===== ===== Windows developer tools =====
  
-Geany does not include any developer tools such as compilers or interpreters, as we want to keep it lightweight. You will need to install any development tools yourselfSome links:+Geany does not include any developer tools such as compilers or interpreters, as we want to keep it lightweight. You will need to install these separately.
  
-  * grep (needed for Find in Files) - use [[http://unxutils.sf.net|UnxUtils]].+==== Grep ==== 
 +Grep is needed for "Find in Files" functionality. 
 +  * version 2.4.2 via [[http://unxutils.sf.net|UnxUtils]] - The present recommendation in the Geany manual. 
 +  * version 2.5.4 via [[http://gnuwin32.sourceforge.net/packages/grep.htm|GnuWin]] - Confirmed to work on Windows 7, with Geany 1.22. Allows use of the valuable --exclude-dir option.
  
-  * gccg++, make - use [[http://www.mingw.org|Minimal GNU for Windows]]. You should download the 'Automated MinGW Installer' program, as it is harder to install each tool separately. Note that for g++ you also need to install gcc.+==== Other ==== 
 +For the belowdownload the 'Automated MinGW Installer' program from [[http://www.mingw.org|Minimal GNU for Windows]], as it is harder to install each tool separately
 +  * gcc 
 +  * g++ (g++ requires gcc
 +  * make
  
  
 {{tag>howto win32 runtime}} {{tag>howto win32 runtime}}
Print/export