Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
howtos:osx:running [2020/03/16 23:59] – OS X to macOS 邢家朋 | howtos:osx:running [2022/03/04 14:57] (current) – Update re MacPorts trlvn | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Running Geany on macOS(OS X) ====== | + | ====== Running Geany on macOS (OS X) ====== |
{{ : | {{ : | ||
- | ==== Binary Package | + | ===== Install Geany on macOS (OS X) ===== |
- | The easiest way to get Geany installed | + | There are 3 ways to install |
- | ==== Compiling from Sources ==== | ||
- | Geany compilation and creation of the above app bundle using jhbuild is explained in the [[https:// | ||
- | ==== Using MacPorts | + | ==== Install by downloading binary package |
- | + | The easiest way to get Geany installed on your system is to get the precompiled | |
- | __Note:__ while MacPorts provides a Geany package, as of this writing | + | |
- | + | ||
- | To have native-looking Geany under OS X, add this to ''/ | + | |
+ | 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 | ||
- | Then run the following commands: | + | {{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: | ||
- | < | ||
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 | + | [[https:// |
+ | |||
+ | [[https:// | ||
+ | |||
+ | geany and geany-plugins are both native and compatible with Apple-silicone macs (“M1”). | ||
+ | |||
+ | To run Geany, double-click the Geany icon installed in Application/ | ||
+ | |||
+ | If you run into a problem or deficiency | ||
+ | |||
+ | [[https:// | ||
- | {{tag> |