Updated and correct the gEDA/gaf man pages a little bit.
[geda-gaf.git] / docs / wiki / 001geda_debian.html
blobd5c32fb51796d18773f185890b4e5b4147be6fed
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
4 lang="en" dir="ltr">
5 <head>
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7 <title>geda:debian.fr</title>
8 <meta name="generator" content="DokuWiki Release rc2007-05-24" />
9 <meta name="robots" content="index,follow" />
10 <meta name="date" content="2007-05-24T22:27:25-0400" />
11 <meta name="keywords" content="geda,debian.fr" />
12 <link rel="search" type="application/opensearchdescription+xml" href="http://geda.seul.org/wiki/lib/exe/opensearch.php" title="geda Wiki" />
13 <link rel="start" href="http://geda.seul.org/wiki/" />
14 <link rel="contents" href="http://geda.seul.org/wiki/geda:debian.fr?do=index" title="Index" />
15 <link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
16 <link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
17 <link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/_export/xhtml/geda:debian.fr" />
18 <link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/_export/raw/geda:debian.fr" />
19 <link rel="stylesheet" media="all" type="text/css" href="lib/exe/css" />
20 <link rel="stylesheet" media="screen" type="text/css" href="lib/exe/001css" />
21 <link rel="stylesheet" media="print" type="text/css" href="lib/exe/002css" />
22 </head>
23 <body>
24 <div class="dokuwiki export">
28 <h1><a name="notes_d_installation_debian_de_la_version_20060825" id="notes_d_installation_debian_de_la_version_20060825">Notes d&#039;installation Debian de la version 20060825</a></h1>
29 <div class="level1">
31 <p>
32 Voici un rapport d’utilisateur qui fournit quelques éléments aux personnes installant avec le CDROM 20060825 sur une Debian. Notez que l’utilisateur avec pré-ajouté les paquets -dev sur son système au lieu de laisser l’installateur les trouver. C’est une manière parfaitement acceptable &ndash; et souvent préférable &ndash; de traiter les dépendances de gEDA.
33 </p>
34 <pre class="code">
35 Just completed an install on my main desktop box which is Debian
36 etch/testing with patches of sid/unstable.
38 Lib packages I had to add to my system:
39 * libreadline5-dev
40 * libgd1-xpm-dev
41 * libwxgtk2.6-dev
42 * libgtk1.2-dev (compile failed because of missing gtk-config.
43 Configure did not seem to check for it.)
44 * I needed to install guile-1.6-dev rather than libguile-dev.
45 Else the installer fails to find scm_make_smob_type.
47 On my system /usr/lib/libqthreads.so pointed to a non existing
48 /usr/lib/libqthreads.so.12.3.1 This may be a bug in Debians packaging
49 rules. Thus the installer failed with:
50 gcc: /usr/lib/libqthreads.so: No such file or directory make[2]:*** [libgeda.la] Error 1
51 I resolved the issue by faking a link:
52 sudo ln -s libqthreads.so.12.3.0 libqthreads.so.12.3.1
53 </pre>
55 </div>
56 </div>
57 </body>
58 </html>