Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
howtos:osx:running [2020/03/29 19:35] – Copy edited (e.g. ref. <https://en.wikipedia.org/wiki/Mac_OS_X_Lion>). petermortensenhowtos:osx:running [2020/12/07 07:18] – Clearer explanation for installation and explain how to run it sangorys
Line 3: Line 3:
 {{ :howtos:osx:geany-osx.png?direct&400 |}} {{ :howtos:osx:geany-osx.png?direct&400 |}}
  
-==== Binary Package ====+===== Install Geany on macOS (OS X) ===== 
 +There are 3 ways to install Geany on macOS 
 + 
 + 
 +==== Install by downloading binary package ====
 The easiest way to get Geany installed on your system is to get the precompiled version available [[http://download.geany.org/|here]]. The app bundle requires OS X 10.7 (Lion) or higher and a 64-bit CPU. The bundle includes most of the plugins (those not requiring additional dependencies) and color themes. The easiest way to get Geany installed on your system is to get the precompiled version available [[http://download.geany.org/|here]]. The app bundle requires OS X 10.7 (Lion) or higher and a 64-bit CPU. The bundle includes most of the plugins (those not requiring additional dependencies) and color themes.
  
-==== Compiling from Sources ====+==== Install by compiling from Sources ====
 Geany compilation and creation of the above app bundle using jhbuild is explained in the [[https://github.com/geany/geany-osx|geany-osx project README]]. Geany compilation and creation of the above app bundle using jhbuild is explained in the [[https://github.com/geany/geany-osx|geany-osx project README]].
  
-==== Using MacPorts ====+==== Install by using MacPorts ====
  
 __Note:__ while MacPorts provides a Geany package, as of this writing the Geany version provided by MacPorts has some major issues (paste not working, infinite loop after using find in files). The current Geany master version already contains fixes for these issues and it is expected that Geany 1.25 will work alright with MacPorts. You can get all dependencies using MacPorts and compile the development Geany version to have fully working Geany under MacPorts. __Note:__ while MacPorts provides a Geany package, as of this writing the Geany version provided by MacPorts has some major issues (paste not working, infinite loop after using find in files). The current Geany master version already contains fixes for these issues and it is expected that Geany 1.25 will work alright with MacPorts. You can get all dependencies using MacPorts and compile the development Geany version to have fully working Geany under MacPorts.
Line 36: Line 40:
  
 As a bonus, any other GTK+ apps you install with MacPorts will look at least as good as Geany does when installed this way. As a bonus, any other GTK+ apps you install with MacPorts will look at least as good as Geany does when installed this way.
 +
 +
 +===== Run Geany on macOS (OS X) =====
 +The intuitive method is to run Geany with the LaunchPad.
 +
 +If you want to run Geany in command line, you can write in the terminal :
 +<code>
 +/Applications/Geany.app/Contents/MacOS/geany
 +</code>
 +If you want to create some shortcuts or to add this path to the default path, please read this thread on GitHub
  
 {{tag>howto macosx build build-from-source}} {{tag>howto macosx build build-from-source}}
Print/export