[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: gaf.git: branch: master updated (1.7.1-20110619-303-gcb49e84)



The branch, master has been updated
       via  cb49e84b1aec659ece157c2e791fa8f965e799c1 (commit)
      from  df9c96cc352c7723e5ba64cad7835c3972433556 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 Makefile.am   |    2 +-
 README.Cygwin |   70 ---------------------------------------------------------
 2 files changed, 1 insertions(+), 71 deletions(-)
 delete mode 100644 README.Cygwin


=================
 Commit Messages
=================

commit cb49e84b1aec659ece157c2e791fa8f965e799c1
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    Remove the README.Cygwin file.
    
    The `README.Cygwin' file contains information for people compiling
    gschem on Cygwin.  However, the information is mostly both duplicative
    of the information provided in README and outdated (especilaly now
    that `gschemdoc' is no longer used).

:100644 100644 49af23d... a9b4988... M	Makefile.am
:100644 000000 79c649a... 0000000... D	README.Cygwin

=========
 Changes
=========

commit cb49e84b1aec659ece157c2e791fa8f965e799c1
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Commit: Peter TB Brett <peter@xxxxxxxxxxxxx>

    Remove the README.Cygwin file.
    
    The `README.Cygwin' file contains information for people compiling
    gschem on Cygwin.  However, the information is mostly both duplicative
    of the information provided in README and outdated (especilaly now
    that `gschemdoc' is no longer used).

diff --git a/Makefile.am b/Makefile.am
index 49af23d..a9b4988 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--disable-update-xdg-database
 
 BUILT_SOURCES = version.h
-EXTRA_DIST = autogen.sh version.h version.h.in missing.h README.Cygwin HACKING \
+EXTRA_DIST = autogen.sh version.h version.h.in missing.h HACKING \
 	COPYING.LGPL
 
 # Generate version.h. This works by looking at any git repository that
diff --git a/README.Cygwin b/README.Cygwin
deleted file mode 100644
index 79c649a..0000000
--- a/README.Cygwin
+++ /dev/null
@@ -1,70 +0,0 @@
-gEDA / gaf - Cygwin
-
-GPL'd Suite of Electronic Design Automation tools
-
-This readme 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...).
-
-Instructions: 
-
-1) Download and run setup.exe from cygwin website:
-http://www.cygwin.com
-In the setup program, select the following packages:
-(Hint: press the "view" button once to arrange the list in
-alphabetical order)
-
-atk-devel
-file
-gcc
-gtk2-x11-devel
-guile-devel
-make
-pango-devel
-patchutils
-pcre-devel
-pcre-doc
-pkg-config
-xorg-x11-devel
-xorg-x11-fscl
-xterm
-
-2) Append these lines to your .bash_profile:
-
-# ---- Cut here ---- #
-export LD_LIBRARY_PATH=$HOME/geda/lib:$LD_LIBRARY_PATH
-export PATH=$HOME/geda/bin:$PATH
-export PKG_CONFIG_PATH=$HOME/geda/lib/pkgconfig:$PKG_CONFIG_PATH
-# ---- Cut here ---- #
-
-$ source .bash_profile
-
-3) Go to the gEDA sources page:
-http://www.geda.seul.org/sources.html
-From the gEDA/gaf group, download *only* the packages which have a date
-as its version (like 20060123). The necessary dependencies where already
-installed in step 1.
-
-4) Go to the download directory and type:
-$ make install
-( ...patience... )
-
-5) Now, to properly view the documentation from the help menu of gschem:
-
-Locate the executables of your browser and PDF reader and create links
-from /usr/bin. Examples:
-$ ln -s "c:\Program Files\Internet Explorer\iexplore.exe" /usr/bin/iexplore
-$ ln -s "c:\Program Files\Adobe\Acrobat 7.0\Reader\AcroRd32.exe" /usr/bin/acroread
-
-Try:
-$ iexplore
-( Microsoft Internet Explorer appears )
-$ acroread
-( Adobe Acrobat Reader appears )
-$ gschemdoc -m
-( gEDA/gaf documentation appears )
-
-6) Finally, before running gschem:
-$ startx
-
-Have fun!




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs