Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howtos:osx:running [2012/02/10 08:45] – Initial Running on OSX instructions codebrainz | howtos:osx:running [2022/03/04 14:57] (current) – Update re MacPorts trlvn | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Running Geany on Mac OSX ====== | + | ====== Running Geany on macOS (OS X) ====== |
- | The simplest way I found to run Geany on OSX, while still being somewhat " | + | {{ :howtos: |
- | * Install | + | ===== Install |
- | * Add this to ''/ | + | 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:// | ||
+ | |||
+ | If you installed Geany from the dmg and want to run it from the command line: | ||
< | < | ||
- | +no_x11 | + | / |
- | -x11 | + | |
- | +quartz | + | |
</ | </ | ||
+ | If you want to create some shortcuts or to add this path to the default path, please read this thread on GitHub | ||
+ | |||
+ | {{tag> | ||
+ | |||
+ | ==== Install by compiling from Sources ==== | ||
+ | Geany compilation and creation of the above app bundle using jhbuild is explained in the [[https:// | ||
+ | |||
+ | ==== Install by using MacPorts ==== | ||
+ | |||
+ | As of March 2022, you can install geany and geany-plugins (1.38) on your Apple Macintosh via MacPorts. | ||
+ | |||
+ | sudo port install geany-plugins | ||
+ | |||
+ | If you want a leaner install, you can install just geany with: | ||
- | * Run the following commands: | ||
- | < | ||
sudo port install geany | sudo port install geany | ||
- | sudo port install gtk2-aurora #optional | ||
- | </ | ||
- | __Note: | + | The default install of geany uses a X11 interface and so should be as similar as possible to other unix-based platforms if that is where you are coming from. More experimental at this point, |
+ | |||
+ | sudo port install geany +quartz | ||
+ | |||
+ | For information on geany on MacPorts, you can look at | ||
- | __Note:__ Geany' | + | [[https://ports.macports.org/ |
- | * Then run geany with the following command: | + | [[https:// |
- | < | + | geany and geany-plugins are both native and compatible with Apple-silicone macs (“M1”). |
- | __Note:__ Leave out the '' | + | To run Geany, double-click the Geany icon installed |
- | __Note:__ The terminal wasn't working for me, but I'm sure it's workable, I just didn't try very hard. | + | If you run into a problem or deficiency with Geany from MacPorts, please post a message on the MacPorts-users mailing list: |
- | As a bonus, any other GTK+ apps you install with Macports will look at least as good as Geany does when installed this way. | + | [[https:// |