Hi everyone,

To install graph-tool I've installed the dependencies indicated in: http://graph-tool.skewed.de/download  following those steps:
1/ I downloaded the package: graph-toll-2.2.35.tar.bz2 from the same website.
2/I extracted it in the directory: anaconda/pkgs
3/then I entered those command lines(dependencies):
sudo apt-get install GCC
sudo apt-get install python
sudo apt-get  install libboost-all-dev
sudo apt-get install expat
sudo apt-get install python-SciPy
sudo apt-get install python-Numpy
sudo apt-get install libcgal-dev
sudo apt-get install sparsehash
sudo apt-get install libcairomm-1.0
sudo apt-get install libcairomm-1.0-dev
sudo apt-get install python-cairo
sudo apt-get install python-matplotlib
sudo apt-get install graphviz

4/ But when I entered ./configure I had this result:
bash: ./configure: No such file or directory

I dont know where is the problem? please can you help me...