Installation on Fedora 18

Can anyone give step by step installation procedure, directed towards noob,
for graph-tool in Fedora 18.

attachment.html (104 Bytes)

Compiling graph-tool on fedora is no different than in any other
distro. Just unpack the tarball and run:

        ./configure
        make
        make install

The last step should be run as root. If all the dependencies are
correctly installed, it should just work. However, it will take a little
while to compile, and eat some of your RAM (~4 GB).

It is in my TODO list to include fedora packages, but I never find time
to do it.

Cheers,
Tiago

Thanks, but for noobs like me, I would highly appreciate installation
procedure via distribution. I would update you with my progress in
installing graph-tool

attachment.html (473 Bytes)