igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Problem installing python-igraph on iBook G4


From: Tamas Nepusz
Subject: Re: [igraph] Problem installing python-igraph on iBook G4
Date: Fri, 12 Sep 2008 22:08:10 +0100

Hi Benjamin,

Gabor's right: you'll need to compile and install the C core of the igraph library first. You'll need a C compiler (if you have XCode installed, then you already have one) and the libxml2 library. The latter can be installed from fink, DarwinPorts or you can also compile that yourself. After that, you should extract the C source of igraph and do the usual ./configure && make && sudo make install dance. Finally, you can start installing the Python interface using easy_install.

--
Tamas





reply via email to

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