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"
6 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8" />
7 <title>geda:cygwin
</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,cygwin" />
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:cygwin?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:cygwin" />
18 <link rel=
"alternate" type=
"text/plain" title=
"Wiki Markup" href=
"http://geda.seul.org/wiki/_export/raw/geda:cygwin" />
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" />
24 <div class=
"dokuwiki export">
28 <h1><a name=
"installing_geda_gaf_on_windows_-_the_cygwin_way" id=
"installing_geda_gaf_on_windows_-_the_cygwin_way">Installing gEDA/gaf on Windows - the Cygwin way
</a></h1>
32 This guide describes one way to build gEDA/gaf (gschem and friends) on the Windows operating system. It uses Cygwin as the layer between Windows and the *nix world (ie gcc, make, bash etc
…).
36 <!-- SECTION "Installing gEDA/gaf on Windows - the Cygwin way" [1-257] -->
37 <h2><a name=
"instructions" id=
"instructions">Instructions
</a></h2>
41 <strong>1. Download and run setup.exe from cygwin website:
</strong> <a href=
"http://www.cygwin.com/" class=
"urlextern" title=
"http://www.cygwin.com" rel=
"nofollow">http://www.cygwin.com
</a>.
45 In the package selection dialog, select the following packages:
49 (Hint: press the “view” button once to arrange the list in alphabetical order)
51 <pre class=
"code">atk-devel
67 Take care that you select guile and guile-devel version
1.6.7. Version
1.8.1 doesn’t work. (Werner)
71 <strong>2. Append these lines to your .bash_profile:
</strong>
73 <pre class=
"code">export LD_LIBRARY_PATH=$HOME/geda/lib:$LD_LIBRARY_PATH
74 export PATH=$HOME/geda/bin:$PATH
75 export PKG_CONFIG_PATH=$HOME/geda/lib/pkgconfig:$PKG_CONFIG_PATH
</pre>
78 Update your environment:
80 <pre class=
"code">$ source .bash_profile
</pre>
83 <strong>3. Go to the
<a href=
"http://www.geda.seul.org/sources.html" class=
"urlextern" title=
"http://www.geda.seul.org/sources.html" rel=
"nofollow">gEDA sources download page
</a>.
</strong>
87 From the gEDA/gaf group, download
<strong>only
</strong> the packages which have a date as its version. The necessary dependencies where already installed in step
1.
91 <strong>4. Go to the download directory and type:
</strong>
93 <pre class=
"code">$ make open
95 ( ...patience... )
</pre>
98 <strong>5. Now, to properly view the documentation from the help menu of gschem:
</strong>
102 Locate the executables of your browser and
<acronym title=
"Portable Document Format">PDF
</acronym> reader and create links from /usr/bin. Examples:
104 <pre class=
"code">$ ln -s
"c:\Program Files\Internet Explorer\iexplore.exe
" /usr/bin/iexplore
105 $ ln -s
"c:\Program Files\Firefox\firefox.exe
" /usr/bin/firefox
106 $ ln -s
"c:\Program Files\Adobe\Acrobat
7.0\Reader\AcroRd32.exe
" /usr/bin/acroread
</pre>
111 <pre class=
"code">$ iexplore
112 ( Microsoft Internet Explorer appears )
114 ( Firefox appears - if installed )
116 ( Adobe Acrobat Reader appears )
118 ( gEDA documentation appears )
</pre>
121 <strong>6. Finally, start the X server:
</strong>
123 <pre class=
"code">$ startx
</pre>
130 <!-- SECTION "Instructions" [258-] --></div>