From d7bab7f399b7d0df6b4064ea226417a45aa44145 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Thu, 17 Nov 2011 15:36:42 -0500 Subject: Add dependency on libatlas so that numpy will compile --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source') diff --git a/doc/source/install.rst b/doc/source/install.rst index 4c3e439..8b6ce43 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -96,7 +96,7 @@ it should be executed as one line:: sudo apt-get install build-essential xorg-dev python-dev gcc-4.4 gfortran-4.4 \ g++-4.4 python-virtualenv python-numpy python-pygame libglu1-mesa-dev \ glutg3-dev cmake uuid-dev liblapack-dev mercurial git subversion \ - libboost-all-dev + libboost-all-dev libatlas-base-dev To be able to generate the documentation, we also need these tools:: -- cgit