Can anyone give step by step installation procedure, directed towards noob, for graph-tool in Fedora 18.
On 04/24/2013 10:28 AM, mij.rafee.1344@gmail.com wrote:
Can anyone give step by step installation procedure, directed towards noob, for graph-tool in Fedora 18.
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
-- Tiago de Paula Peixoto tiago@skewed.de
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 On Wednesday, April 24, 2013 2:28:22 PM UTC+6, mij.raf...@gmail.com wrote:
Can anyone give step by step installation procedure, directed towards noob, for graph-tool in Fedora 18.