9284403190
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@849 ea778897-0a13-0410-b9d1-a72fbfd435f5
34 lines
3.4 KiB
HTML
34 lines
3.4 KiB
HTML
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><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.9
|
||
"><link rel="up" href="ch02.html" title="Chapter 2.
|
||
Installation
|
||
"><link rel="prev" href="ch02.html" title="Chapter 2.
|
||
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> </td><th width="60%" align="center">Chapter 2.
|
||
Installation
|
||
</th><td width="20%" align="right"> <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="source_compilation"></a>Source compilation</h2></div></div></div><p>
|
||
Compiling <span class="application">Geany</span> is quite easy. The following should do it:
|
||
</p><pre class="screen">
|
||
<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>
|
||
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">make</strong></span> install</code></strong></pre><p>
|
||
</p><p>
|
||
The configure script supports several common options, for a detailed list, type
|
||
</p><pre class="screen">
|
||
<code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span> --help</code></strong></pre><p>
|
||
</p><p>
|
||
In the case that your system lacks dynamic linking loader support, you probably want
|
||
to pass the option --disable-vte to the configure script. This prevents compiling
|
||
Geany with dynamic linking loader support to automatically load
|
||
<code class="filename">libvte.so.4</code> if available.
|
||
</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
|
||
<span class="trademark">Microsoft Windows</span>™, but there are lots of changes
|
||
to the makefiles necessary.
|
||
</p><p>
|
||
If there are any errors during compilation, check your build environment and try to find the error,
|
||
otherwise contact the author at <code class="email"><<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>></code>.
|
||
</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> </td><td width="20%" align="center"><a accesskey="u" href="ch02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch02s03.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 2.
|
||
Installation
|
||
</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Binary packages</td></tr></table></div></body></html>
|