[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA: Re: GTKWave
On Sat, 15 Mar 2003, Nate Goldshlag wrote:
> I will do that, but can you or somebody else send me information about
> how to build it and run it? I am not a software developer, but pretty
> tech savvy.
OK, If you have the developer tools installed then you'll also need:
dlcompat - to allow dynamic linking
libz - for compressed traces
libxml2 - for .sav file loading
X11 - from Apple, GTKWave isn't yet Quartz native as GTK+ isn't.
Glib 1.2.x, GTK+ 1.2.x - for the graphics
You'll probably be able to find all these things (apart from X11,
which can obviously be downloaded from apple.com) from fink or
you can build them from source (which is a little harder).
To build GTKWave, just unpack the tar.gz, cd into the gtkwave
directory, run `configure' with appropriate options (read the
file README or use `configure --help'), run `make' and then
(prob. as a more privileged user) run `make install'
Couldn't be simpler ... well, it could be quite a lot simpler
actually, but the build method is perfectly normal for an
automake/autoconfed program.
- Andrew
__________________
___/Dr Andrew Bardsley\_________________________________________
University of Manchester Dept. of Computer Science Amulet Group
Research Associate bardsleyATcs.man.ac.uk Tel: +44 161 275 6844
Snail: Room IT302, Man. Uni., Oxford Rd, Manchester, M13 9PL, UK