Difference between revisions of "Geany"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Created page.) |
|||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | {{Package-Introduction|Geany is a Gtk2-based IDE that is not "tied" to a desktop environment like KDevelop (KDE) and Anjuta (GNOME). It only requires Gtk runtime libraries. Geany supports C, C++, Java, PHP, XML, HTML, Python, Perl, and Pascal.|http://geany.uvena.de/Main/HomePage}} | |
− | |||
− | Geany is a Gtk2-based IDE that is not "tied" to a desktop environment like KDevelop (KDE) and Anjuta (GNOME). It only requires Gtk runtime libraries. Geany supports C, C++, Java, PHP, XML, HTML, Python, Perl, and Pascal. | ||
− | |||
− | |||
== Dependencies == | == Dependencies == |
Revision as of 12:39, 16 April 2007
Download Source: | http://prdownloads.sourceforge.net/geany/geany-0.14.tar.bz2 |
---|
Contents
Introduction to Geany
Geany is a Gtk2-based IDE that is not "tied" to a desktop environment like KDevelop (KDE) and Anjuta (GNOME). It only requires Gtk runtime libraries. Geany supports C, C++, Java, PHP, XML, HTML, Python, Perl, and Pascal.
Project Homepage: http://geany.uvena.de/Main/HomePage
Dependencies
Required
Optional
Configuration Information
The following options can be passed to the configure script.
--disable-vte: disables virtual termninal support. |
--enable-the-force: enable if you are Luke Skywalker and the force is with you. |
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not provide any libraries so only one installation is required.
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" ./configure --prefix=/usr && make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package:
make install
Contents
Installed Directories: | None |
---|---|
Installed Programs: | geany |
Installed Libraries: | None |
Symlinks: | None |
Short Descriptions
geany | is a lightweight, Gtk2-based IDE. |
---|