Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howtos:osx:running [2020/12/07 07:18] – Clearer explanation for installation and explain how to run it sangorys | howtos:osx:running [2022/03/04 14:57] (current) – Update re MacPorts trlvn | ||
---|---|---|---|
Line 9: | Line 9: | ||
==== Install by downloading binary package ==== | ==== Install by downloading binary package ==== | ||
The easiest way to get Geany installed on your system is to get the precompiled version available [[http:// | 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: | ||
+ | < | ||
+ | / | ||
+ | </ | ||
+ | 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 ==== | ==== Install by compiling from Sources ==== | ||
Line 15: | Line 23: | ||
==== Install by 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 | + | As of March 2022, you can install geany and geany-plugins (1.38) on your Apple Macintosh via MacPorts. |
- | To have native-looking Geany under OS X, add this to ''/ | + | sudo port install geany-plugins |
- | < | + | If you want a leaner install, you can install just geany with: |
- | +no_x11 | + | |
- | -x11 | + | |
- | +quartz | + | |
- | </ | + | |
- | Then run the following commands: | ||
- | |||
- | < | ||
sudo port install geany | sudo port install geany | ||
- | sudo port install gtk2-aurora #optional | ||
- | sudo port install gtk-chtheme #optional | ||
- | </ | ||
- | __Note: | + | The default install of geany uses a X11 interface |
- | __Note:__ Geany' | + | sudo port install geany +quartz |
- | __Note:__ VTE 0.28.2 doesn' | + | For information on geany on MacPorts, you can look at |
- | 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:// |
+ | [[https:// | ||
- | ===== Run Geany on macOS (OS X) ===== | + | geany and geany-plugins are both native and compatible with Apple-silicone macs (“M1”). |
- | 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 : | + | To run Geany, |
- | < | + | |
- | / | + | If you run into a problem |
- | </ | + | |
- | If you want to create some shortcuts | + | [[https:// |
- | {{tag> |