missing NULL terminator in set_config_x
[geda-gaf.git] / docs / wiki / geda-ubuntu.html
blob9e45da423f9f8c7692fbf7784ab88900388204e6
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 <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" />
10 </head>
11 <body>
13 <p>
14 <strong>Ubuntu Install Notes</strong>
15 </p>
17 <p>
18 Basic Stable Installation:
19 Use apt-get or synaptic to install a stable version from Debian repositories. (easy). Alternately download a binary .deb from Debian (thanks to Hamish) and you can just sudo dpkg -i &lt;pcb-version.deb&gt;.
20 </p>
22 <p>
23 Build Installation:
24 Ubuntu doesn&#039;t include everything you need to compile software yourself. You&#039;ll want to install the &#039;build-essential&#039; package using apt-get or synaptic to get the basic toolchain working on your machine. (Things like GCC are not inc. in Ubuntu). For a testing maturity level for PCB or geda, build-essential should be all you need.
25 </p>
27 <p>
28 Be careful as synaptic can do extreme damage to your system. Do be fooled into replacing libc6 because synaptic will want to remove all applications that depend on it – meaning your entire system.
29 </p>
31 <p>
32 CVS Installation:
33 For the CVS version of PCB under Edgy, your ./configure step will require running with switch –enable-maintainer-mode. (more notes needed)
34 </p>
35 </body>
36 </html>