swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installing graph library


From: Marcus G. Daniels
Subject: Re: Installing graph library
Date: 23 Mar 1999 10:41:34 -0800

>>>>> "FM" == Fabio Mascelloni <address@hidden> writes:

FM> I don't know how to install the 'graph' library to make my program
FM> aware of Digraph,DigraphLink and DiGraphNode classes.  What do I
FM> have to do?

$ ftp ftp.santafe.edu
ftp> cd pub/swarm/users-contrib/eval 
ftp> get graph-1.4.1.tar.gz
ftp> quit
$ tar zxf graph-1.4.1.tar.gz
$ cd graph-1.4.1
$ make install

In your code add "#import <graph.h>".
In your app's Makefile add APPLIBS=-lgraph.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]