refdes_renum: warn of possible number clash with non-conforming values
[geda-gaf/whiteaudio.git] / docs / wiki / geda-debian.fr.html
blob189c66a2f3bf92c21e54d317a1ae3efa8f18120e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html>
4 <head>
5 <title></title>
6 <link rel="stylesheet" media="screen" type="text/css" href="./style.css" />
7 <link rel="stylesheet" media="screen" type="text/css" href="./design.css" />
8 <link rel="stylesheet" media="print" type="text/css" href="./print.css" />
10 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11 </head>
12 <body>
15 <h1 class="sectionedit131"><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>
16 <div class="level1">
18 <p>
20 Voici un rapport d&#039;utilisateur qui fournit quelques éléments aux personnes installant avec le CDROM 20060825 sur une Debian.
21 Notez que l&#039;utilisateur avec pré-ajouté les paquets -dev sur son système au lieu de laisser l&#039;installateur les trouver. C&#039;est une manière parfaitement acceptable – et souvent préférable – de traiter les dépendances de gEDA.
22 </p>
23 <pre class="code">Just completed an install on my main desktop box which is Debian
24 etch/testing with patches of sid/unstable.
26 Lib packages I had to add to my system:
27 * libreadline5-dev
28 * libgd1-xpm-dev
29 * libwxgtk2.6-dev
30 * libgtk1.2-dev (compile failed because of missing gtk-config.
31 Configure did not seem to check for it.)
32 * I needed to install guile-1.6-dev rather than libguile-dev.
33 Else the installer fails to find scm_make_smob_type.
35 On my system /usr/lib/libqthreads.so pointed to a non existing
36 /usr/lib/libqthreads.so.12.3.1 This may be a bug in Debians packaging
37 rules. Thus the installer failed with:
38 gcc: /usr/lib/libqthreads.so: No such file or directory make[2]:*** [libgeda.la] Error 1
39 I resolved the issue by faking a link:
40 sudo ln -s libqthreads.so.12.3.0 libqthreads.so.12.3.1</pre>
42 </div>
43 </body>
44 </html>