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

Re: gEDA-user: CD Rom Images



On Tue, 2007-11-06 at 14:59 +0100, Klaus Rudolph wrote:
> Hi,
> 
> the latest CD Rom Image I found is dated from Feb. 07.
> 
> I like to compile the complete stuff from the sources and will normaly 
> not use rpm´s. My linux system is very old so I have sometimes a lot of 
> trouble with newer rps and dependencies.
> 
> Is it possible to create an actual cd rom image the next days? Getting 
> all sources manually is a hard job :-)

I'm not sure about the CD, but if you want bleeding edge (or any release
you care), you could checkout over the net from our source-code
repository..

git clone git://git.gpleda.org/gaf.git

There is a toplevel makefile which you can use to build all of gEDA
(much faster than having to ./configure and make each of the 8-10 or so
subdirs worth of release tarballs.)

If you aren't developing (for which you'd want to ask git to make a
branch), you can just checkout a particular release:

e.g.

cd gaf
git checkout 1.2.0-20070902 

(or "git checkout master" to get back onto the local branch created
during checkout).

"git fetch" will retrieve code-changes from the server, and "git pull"
from your master branch should merge them into anything you've
committed. (Actually, it will probably do the fetch for you too).

Best wishes,

-- 
Peter Clifton

Electrical Engineering Division,
Engineering Department,
University of Cambridge,
9, JJ Thomson Avenue,
Cambridge
CB3 0FA

Tel: +44 (0)7729 980173 - (No signal in the lab!)



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