1 <!DOCTYPE html PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./style.css" />
6 <link rel=
"stylesheet" media=
"screen" type=
"text/css" href=
"./design.css" />
7 <link rel=
"stylesheet" media=
"print" type=
"text/css" href=
"./print.css" />
9 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
14 <em>Autres langues:
<a href=
"geda-debian.html" class=
"wikilink1" title=
"geda-debian.html">English
</a> <a href=
"geda-debian.ru.html" class=
"wikilink1" title=
"geda-debian.ru.html">Русский
</a></em>
17 <h1 id=
"notesdinstallationdebiandelaversion20060825">Notes d
'installation Debian de la version
20060825</h1>
21 Voici un rapport d
'utilisateur qui fournit quelques éléments aux personnes installant avec le CDROM
20060825 sur une Debian.
22 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 -- et souvent préférable -- de traiter les dépendances de gEDA.
24 <pre class=
"code">Just completed an install on my main desktop box which is Debian
25 etch/testing with patches of sid/unstable.
27 Lib packages I had to add to my system:
31 * libgtk1.2-dev (compile failed because of missing gtk-config.
32 Configure did not seem to check for it.)
33 * I needed to install guile-
1.6-dev rather than libguile-dev.
34 Else the installer fails to find scm_make_smob_type.
36 On my system /usr/lib/libqthreads.so pointed to a non existing
37 /usr/lib/libqthreads.so
.12.3.1 This may be a bug in Debians packaging
38 rules. Thus the installer failed with:
39 gcc: /usr/lib/libqthreads.so: No such file or directory make[
2]:*** [libgeda.la] Error
1
40 I resolved the issue by faking a link:
41 sudo ln -s libqthreads.so
.12.3.0 libqthreads.so
.12.3.1</pre>