We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3bff5 commit 5301621Copy full SHA for 5301621
1 file changed
Linux/README.txt
@@ -35,14 +35,14 @@ Linux or Mac OS X with the following packages from system software manager:
35
sudo apt-get install \
36
libgsl0-dev libboost-all-dev python-dev python-setuptools \
37
python-numpy python-scipy python-matplotlib python-lxml ipython \
38
- scons git zsh
+ build-essential scons git zsh
39
40
(b) Fedora Linux:
41
42
sudo yum install \
43
gsl-devel boost-devel python-devel python-setuptools \
44
numpy scipy python-matplotlib python-lxml python-ipython-notebook \
45
+ gcc-c++ scons git zsh
46
47
(c) Mac OS X with MacPorts (this may run for a while):
48
0 commit comments