2006-07-01 17:41:46 +00:00
|
|
|
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-15"><title>Source Compilation</title><link rel="stylesheet" href="geany.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.68.1"><link rel="start" href="index.html" title="
|
|
|
|
|
Geany 0.8
|
|
|
|
|
"><link rel="up" href="ch02.html" title="Chapter<65>2.<2E>
|
2005-11-22 12:26:26 +00:00
|
|
|
|
Installation
|
2006-07-01 17:41:46 +00:00
|
|
|
|
"><link rel="prev" href="ch02.html" title="Chapter<65>2.<2E>
|
|
|
|
|
Installation
|
|
|
|
|
"><link rel="next" href="ch02s03.html" title="Binary Packages"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Source Compilation</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch02.html">Prev</a><EFBFBD></td><th width="60%" align="center">Chapter<EFBFBD>2.<2E>
|
|
|
|
|
Installation
|
|
|
|
|
</th><td width="20%" align="right"><EFBFBD><a accesskey="n" href="ch02s03.html">Next</a></td></tr></table><hr></div><div class="section" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2467977"></a>Source Compilation</h2></div></div></div><p>
|
2005-11-22 12:26:26 +00:00
|
|
|
|
Compiling <span class="application">Geany</span> is quite easy. The following should do it:
|
|
|
|
|
</p><pre class="screen">
|
2006-06-02 20:01:57 +00:00
|
|
|
|
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span></code></strong>
|
|
|
|
|
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">make</strong></span></code></strong>
|
2006-07-01 17:41:46 +00:00
|
|
|
|
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">make</strong></span> install</code></strong></pre><p>
|
2005-11-22 12:26:26 +00:00
|
|
|
|
</p><p>
|
|
|
|
|
The configure script supports several common options, for a detailed list, type
|
|
|
|
|
</p><pre class="screen">
|
2006-07-01 17:41:46 +00:00
|
|
|
|
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span> --help</code></strong></pre><p>
|
2005-12-21 19:42:55 +00:00
|
|
|
|
</p><p>
|
2006-06-04 13:10:16 +00:00
|
|
|
|
In the case that your system lacks dynamic linking loader support, you probably want
|
2005-12-21 19:42:55 +00:00
|
|
|
|
to pass the option --disable-vte to the configure script. This prevents compiling
|
|
|
|
|
Geany with dynamic linking loader support to automatically load
|
2006-06-02 20:01:57 +00:00
|
|
|
|
<code class="filename">libvte.so.4</code> if available.
|
2005-12-21 19:42:55 +00:00
|
|
|
|
</p><p>Geany has been successfully compiled and tested under Debian 3.1 Sarge, Debian 3.2 Etch,
|
|
|
|
|
Fedora Core 4, LinuxFromScratch and FreeBSD 6.0. It also compiles under
|
2006-07-01 17:41:46 +00:00
|
|
|
|
<span class="trademark">Microsoft Windows</span>™, but there are lots of changes
|
2005-12-21 19:42:55 +00:00
|
|
|
|
to the makefiles necessary.
|
2005-11-22 12:26:26 +00:00
|
|
|
|
</p><p>
|
|
|
|
|
If there are any errors during compilation, check your build environment and try to find the error,
|
2006-06-02 20:01:57 +00:00
|
|
|
|
otherwise contact the author at <code class="email"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></code>.
|
2006-07-01 17:41:46 +00:00
|
|
|
|
</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch02.html">Prev</a><EFBFBD></td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"><EFBFBD><a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter<EFBFBD>2.<2E>
|
2005-11-22 12:26:26 +00:00
|
|
|
|
Installation
|
2006-07-01 17:41:46 +00:00
|
|
|
|
<09></td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"><EFBFBD>Binary Packages</td></tr></table></div></body></html>
|