~ubuntu-branches/ubuntu/raring/geany/raring-proposed

« back to all changes in this revision

Viewing changes to doc/html/ch02s02.html

  • Committer: Bazaar Package Importer
  • Author(s): Damián Viano
  • Date: 2008-05-02 11:37:45 UTC
  • mfrom: (1.2.1 upstream) (9 hardy)
  • mto: (3.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080502113745-xzp4g6dmovrpoj17
Tags: 0.14-1
New upstream release (Closes: #478126)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<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="
2
 
                        Geany 0.9
3
 
                "><link rel="up" href="ch02.html" title="Chapter 2. 
4
 
                        Installation
5
 
                "><link rel="prev" href="ch02.html" title="Chapter 2. 
6
 
                        Installation
7
 
                "><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. 
8
 
                        Installation
9
 
                </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>
10
 
                                Compiling <span class="application">Geany</span> is quite easy. The following should do it:
11
 
                                </p><pre class="screen">
12
 
                                        <code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span></code></strong>
13
 
                                        <code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">make</strong></span></code></strong>
14
 
                                        <code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">make</strong></span> install</code></strong></pre><p>
15
 
                        </p><p>
16
 
                                The configure script supports several common options, for a detailed list, type
17
 
                                </p><pre class="screen">
18
 
                                        <code class="prompt">%</code> <strong class="userinput"><code><span><strong class="command">./configure</strong></span> --help</code></strong></pre><p>
19
 
                        </p><p>
20
 
                                In the case that your system lacks dynamic linking loader support, you probably want
21
 
                                to pass the option --disable-vte to the configure script. This prevents compiling
22
 
                                Geany with dynamic linking loader support to automatically load
23
 
                                <code class="filename">libvte.so.4</code> if available.
24
 
                        </p><p>Geany has been successfully compiled and tested under Debian 3.1 Sarge, Debian 3.2 Etch,
25
 
                                  Fedora Core 4, LinuxFromScratch and FreeBSD 6.0. It also compiles under
26
 
                                  <span class="trademark">Microsoft Windows</span>™, but there are lots of changes
27
 
                                  to the makefiles necessary.
28
 
                        </p><p>
29
 
                                If there are any errors during compilation, check your build environment and try to find the error,
30
 
                                otherwise contact the author at <code class="email">&lt;<a href="mailto:enrico.troeger@uvena.de">enrico.troeger@uvena.de</a>&gt;</code>.
31
 
                        </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. 
32
 
                        Installation
33
 
                 </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>