[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] igraph on Windows XP
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] igraph on Windows XP |
Date: |
Wed, 4 Nov 2009 15:12:20 +0000 |
User-agent: |
Mutt/1.5.17 (2007-11-01) |
> I've been working with igraph library for a while now on Kubuntu 9.04 and
> never had any trouble. But now, I have to work on Windows XP Profesional SP3
> and I have no idea how to install the library.
>
> What should I do?
Are you planning to use the C library, the R interface or the Python
interface? Installation of the R interface is easy, just type
install.packages("igraph") in R and let it do the rest. For the Python
interface, you can download an installer from the Python Package Index.
If you want to use igraph from C, that's a different question. In that
case, the whole process depends on which C compiler you are planning to
use.
--
Tamas