martes, 16 de abril de 2013

igraph en CentOS






Paso 1.- Descargar

server# wget http://sourceforge.net/projects/igraph/files/C%20library/0.6.5/igraph-0.6.5.tar.gz/download


Paso 2.- Descompactar

server# tar zxvf igraph-0.6.5.tar.gz

Paso 3.- Editar platform.h agregando lo siguiente:

#include ""

#ifndef INFINITY
# define INFINITY (1.0/0.0)
#endif

#ifndef NAN
# define NAN (INFINITY-INFINITY)
#endif

Paso 4.- Compilar

server# ./configure
server#make
server#make install




Fuente:

Launchpad

No hay comentarios: