[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: 001geda_suse_10.html
User: ahvezda
Date: 06/09/06 22:03:19
Added: . 001geda_suse_10.html geda_debian.html
Log:
Oops forgot to add missing wiki files
Revision Changes Path
1.1 eda/geda/gaf/docs/wiki/001geda_suse_10.html
Index: 001geda_suse_10.html
===================================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>geda:suse_10.1</title>
<meta name="generator" content="DokuWiki Release 2006-03-09" />
<link rel="start" href="http://geda.seul.org/wiki/" />
<link rel="contents" href="http://geda.seul.org/wiki/geda:suse_10.1?do=index" title="" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
<link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/geda:suse_10.1?do=export_xhtml" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/geda:suse_10.1?do=export_raw" />
<meta name="date" content="2006-08-28T11:41:27-0400" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" media="screen" type="text/css" href="lib/exe/css" />
<link rel="stylesheet" media="print" type="text/css" href="lib/exe/001css" />
</head>
<body>
<div class="dokuwiki export">
<h1><a name="suse_10.1_install_notes" id="suse_10.1_install_notes">Suse 10.1 install notes</a></h1>
<div class="level1">
<p>
These notes pertain to the latest gEDA CD install (20060825).
</p>
</div>
<!-- SECTION [1-101] -->
<h2><a name="prerequisites" id="prerequisites">Prerequisites:</a></h2>
<div class="level2">
<p>
If you are installing gEDA onto a pre-existing SuSE system, make sure your system runs the Gnome desktop, or at least has the Gnome libraries installed. If you have a KDE desktop system, unpredictable things may happen with the installer.
</p>
<p>
When installing SuSE-10.1, click on the â??changeâ?? button when YaST shows you your configuration. Select â??softwareâ?? â?? â??detailsâ??. Then add the following packages to your installation list:
</p>
<ul>
<li class="level1"><div class="li"> C/C++ tools</div>
</li>
<li class="level1"><div class="li"> Gnome development</div>
</li>
</ul>
<p>
Once these packages are installed, the installer should run to completion. You <strong>will</strong> need to let the installer become root to install gd-devel as well as WxGTK. If you don’t want to do this, then install gd-devel and WxGTK manually before running the installer.
</p>
</div>
<!-- SECTION [102-] --></div>
</body>
</html>
1.1 eda/geda/gaf/docs/wiki/geda_debian.html
Index: geda_debian.html
===================================================================
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>geda:debian</title>
<meta name="generator" content="DokuWiki Release 2006-03-09" />
<link rel="start" href="http://geda.seul.org/wiki/" />
<link rel="contents" href="http://geda.seul.org/wiki/geda:debian?do=index" title="" />
<link rel="alternate" type="application/rss+xml" title="Recent Changes" href="http://geda.seul.org/wiki/feed.php" />
<link rel="alternate" type="application/rss+xml" title="Current Namespace" href="http://geda.seul.org/wiki/feed.php?mode=list&ns=geda" />
<link rel="alternate" type="text/html" title="Plain HTML" href="http://geda.seul.org/wiki/geda:debian?do=export_xhtml" />
<link rel="alternate" type="text/plain" title="Wiki Markup" href="http://geda.seul.org/wiki/geda:debian?do=export_raw" />
<meta name="date" content="2006-08-29T06:58:32-0400" />
<meta name="robots" content="index,follow" />
<link rel="stylesheet" media="screen" type="text/css" href="lib/exe/css" />
<link rel="stylesheet" media="print" type="text/css" href="lib/exe/001css" />
</head>
<body>
<div class="dokuwiki export">
<h1><a name="installer_20060825_on_debian_install_notes" id="installer_20060825_on_debian_install_notes">Installer 20060825 on Debian install notes</a></h1>
<div class="level1">
<p>
Here is a user report which may provide some hints to folks installing from the 20060825 CDROM to Debian. Note that the user pre-added the -dev packages to his system instead of letting the installer find them. This is a perfectly acceptible – and for some preferable – way to handle gEDA’s dependencies.
</p>
<pre class="code">
Just completed an install on my main desktop box which is Debian
etch/testing with patches of sid/unstable.
Lib packages I had to add to my system:
* libreadline5-dev
* libgd1-xpm-dev
* libwxgtk2.6-dev
* libgtk1.2-dev (compile failed because of missing gtk-config.
Configure did not seem to check for it.)
* I needed to install guile-1.6-dev rather than libguile-dev.
Else the installer fails to find scm_make_smob_type.
On my system /usr/lib/libqthreads.so pointed to a non existing
/usr/lib/libqthreads.so.12.3.1 This may be a bug in Debians packaging
rules. Thus the installer failed with:
gcc: /usr/lib/libqthreads.so: No such file or directory make[2]:*** [libgeda.la] Error 1
I resolved the issue by faking a link:
sudo ln -s libqthreads.so.12.3.0 libqthreads.so.12.3.1
</pre>
</div>
</div>
</body>
</html>
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs