igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Debian repository is broken?


From: Tamas Nepusz
Subject: Re: [igraph] Debian repository is broken?
Date: Sun, 7 Sep 2008 00:14:16 +0100

Hi Orahcio,

A type:
sudo aptitude or apt-get update
After:
sudo aptitude install libigraph libigraph-dev python-igraph

And, don't work. apt-cache search igraph show no result for igraph. Is this repository restrict?
No, the repository is completely public. Another possible source of error is that you have a 64-bit Intel or AMD box -- our packages are currently only for the i386 architecture. However, you can try to build them from source for 64-bit architectures. First, get the build dependencies:

apt-get build-dep igraph
apt-get build-dep python-igraph

then start the building process to create the binary packages for the x64 or amd64 architechture (whichever you have):

apt-get -b source igraph
apt-get -b source python-igraph

(I hope these commands are OK, I wrote them by heart)

--
T.





reply via email to

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