Menu

Tree [0a0b4b] master /
 History

HTTPS access


File Date Author Commit
 ctags 2019-09-21 Mirco Schoenfeld Mirco Schoenfeld [1d94ba] moved bibtex definition to the end of filetypes...
 data 2020-10-25 Colomban Wendling Colomban Wendling [97f8f3] Revert "add 'folding margin width setting' (#21...
 doc 2020-11-08 Colomban Wendling Colomban Wendling [26f481] Set release date
 icons 2015-04-12 Jiří Techet Jiří Techet [a7ada3] icon: regenerate png/ico files based on the svg
 m4 2020-10-08 Jiří Techet Jiří Techet [5dc643] Fix gtk2/gtk3 mac integration test
 plugins 2020-11-05 Frank Lanitz Frank Lanitz [2ae307] Update wording at saveactions-plugin
 po 2020-11-07 Frank Lanitz Frank Lanitz [8a30ce] Small update of German translation
 scintilla 2019-11-16 Snowflake the Pony Snowflake the Pony [d7d181] Add Smalltalk filetype
 scripts 2020-10-24 Enrico Tröger Enrico Tröger [9f79f8] Windows: Update indirect dependencies for bundl...
 src 2020-11-07 Enrico Tröger Enrico Tröger [847a75] Fix wrong format specifier in debug message
 tests 2019-08-16 Thomas Martitz Thomas Martitz [30a486] utils: fix suboptimal elipsis substitution by u...
 .gitignore 2019-01-20 Enrico Tröger Enrico Tröger [4bad8e] Remove unused spec (RPM) file
 .travis.yml 2020-10-02 Matthew Brush Matthew Brush [8184f9] Make GTK3 build default, and GTK2 build optional
 AUTHORS 2011-11-11 Colomban Wendling Colomban Wendling [8bf9a7] Add Matthew Brush as developer
 COMMITTERS 2011-03-02 Enrico Tröger Enrico Tröger [c5089e] Add Colomban to the COMMITTERS list
 COPYING 2012-08-24 Colomban Wendling Colomban Wendling [d80bc7] Update FSF address
 ChangeLog 2012-06-17 Colomban Wendling Colomban Wendling [292757] Generate ChangeLog from Git log
 ChangeLog.pre-1-22 2016-01-06 Jiří Techet Jiří Techet [5620c7] Concatenate ChangeLog.pre-0-17 and ChangeLog.pr...
 HACKING 2019-08-31 Enrico Tröger Enrico Tröger [c88c27] Fix broken markup in HACKING
 INSTALL 2017-03-05 Frank Lanitz Frank Lanitz [344de2] Remove faulty empty lines
 Makefile.am 2020-10-25 Frank Lanitz Frank Lanitz [7dbf23] Remove intl_stats.sh script
 NEWS 2020-11-08 Colomban Wendling Colomban Wendling [26f481] Set release date
 README 2019-03-19 Enrico Tröger Enrico Tröger [1526af] Update all copyright notices to mention only th...
 README.I18N 2018-04-23 Paul Menzel Paul Menzel [b10b2a] Use HTTPS URL for domain www.geany.org
 README.Packagers 2019-03-19 Enrico Tröger Enrico Tröger [1526af] Update all copyright notices to mention only th...
 README.rst 2016-06-25 Colomban Wendling Colomban Wendling [945f10] Add a README.rst link for GitHub to know the fo...
 THANKS 2019-11-24 Admiraldesvl Admiraldesvl [9904b3] a minor translation update. (#2367)
 TODO 2012-01-01 Nick Treleaven Nick Treleaven [6de8f9] Remove GNU regex now we have GRegex
 autogen.sh 2012-04-12 Enrico Tröger Enrico Tröger [0249d3] Don't warn about missing configure flags if con...
 configure.ac 2020-10-25 Colomban Wendling Colomban Wendling [00ca7e] Post release version bump
 geany.desktop.in 2020-04-08 Dominic Hopf Dominic Hopf [bcafa1] #2459: Add Geany to Category TextEditor (#2460)
 geany.exe.manifest 2020-10-25 Colomban Wendling Colomban Wendling [00ca7e] Post release version bump
 geany.gladep 2007-05-01 Nick Treleaven Nick Treleaven [2e270e] Don't regenerate the support.[hc] files, to pre...
 geany.nsi.in 2019-06-10 Enrico Tröger Enrico Tröger [c159d1] Windows installer: Migrate to NSIS 3.x
 geany.pc.in 2015-07-10 Colomban Wendling Colomban Wendling [3bd7c8] Replace references to GTK2 with GTK+
 geany_private.rc 2020-10-25 Colomban Wendling Colomban Wendling [00ca7e] Post release version bump

Read Me

Geany - A fast and lightweight IDE
----------------------------------


About
-----
Geany is a small and lightweight integrated development environment.
It was developed to provide a small and fast IDE, which has only a
few dependencies from other packages. Another goal was to be as independent
as possible from a special Desktop Environment like KDE or GNOME. So it
is using only the GTK+ toolkit and therefore you need only the
GTK+ runtime libraries to run Geany.


Features
--------
The basic features of Geany are:

- syntax highlighting
- code completion
- auto completion of often used constructs like if, for and while
- auto completion of XML and HTML tags
- call tips
- folding
- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
- symbol lists
- embedded terminal emulation
- extensibility through plugins


Installation from distribution packages
---------------------------------------
Using distribution packages on Linux, BSD and similar distributions
is the easiest and recommended way. This way you will also benefit
from automatic Geany updates by the package manager of the distribution.

Packages are available for most distributions including Debian, Fedora, Ubuntu
and many more.


Installation on Mac OS and Windows
----------------------------------
Prebuilt binary packages for Mac OS and Windows can be found on
https://www.geany.org.


Installation from sources
-------------------------

Requirements
++++++++++++
For compiling Geany yourself, you will need the GTK2 (>= 2.24) or
GTK3 libraries and header files. You will also need its dependency libraries
and header files, such as Pango, Glib and ATK. All these files are
available at https://www.gtk.org.

Furthermore you need, of course, a C compiler and the Make tool; a C++
compiler is also needed for the required Scintilla library included. The
GNU versions of these tools are recommended.


To build the user manual you need *rst2html* from Docutils. A pre-built
version of the manual is available in distribution tarballs and will be used as
fallback if *rst2html* is missing. When building from Git however, that
pre-built version is not included and *rst2html* is required by default.
You can explicitly disable building the user manual using the
``--disable-html-docs`` *configure* flag, but this will result in not
installing a local version of the user manual, and Geany will then try
and open the online version instead when requested.


.. note::
    Building Geany from source on Mac OS and Windows is more complicated
    and is out of scope of this document. For more information on
    building instructions for these platforms, please check the wiki
    at https://wiki.geany.org/howtos/.

Installing from a Git clone
+++++++++++++++++++++++++++

Install Autotools (*automake*, *autoconf* and *libtool*), *intltool*,
and the GLib development files **before** running any of the following
commands, as well as *rst2html* from Docutils (see above for details).
Then, run ``./autogen.sh`` and then follow the instructions for
`installing from a release tarball`_.

Installing from a release tarball
+++++++++++++++++++++++++++++++++

Run the the following three commands::

    $ ./configure
    $ make
    (as root, or using sudo)
    % make install

For more configuration details run ``./configure --help``.

If there are any errors during compilation, check your build environment
and try to find the error, otherwise contact the mailing list or one of
the authors.

See the manual for details (geany.txt/geany.html).


Usage
-----
To run Geany just type::

    $ geany

on a console or use the applications menu from your desktop environment.
For command line options, see the manual page of Geany or run::

    $ geany --help

for details. Or look into the documentation in the *doc/* directory.
The most important option probably is ``-c`` or ``--config``, where you can
specify an alternate configuration directory.


License
-------
Geany is distributed under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.  A copy of this license
can be found in the file COPYING included with the source code of this
program.
The included Scintilla library (found in the subdirectory scintilla/)
has its own license, which can be found in the file scintilla/License.txt
included with the source code of this program.


Ideas, questions, patches and bug reports
-----------------------------------------
See https://www.geany.org/.
If you add something, or fix a bug, please create a pull request at
https://github.com/geany/geany/. Also see the HACKING file.