Skip to content

Commit 5301621

Browse files
committed
Add C++ compiler to the requirements.
1 parent 5f3bff5 commit 5301621

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Linux/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Linux or Mac OS X with the following packages from system software manager:
3535
sudo apt-get install \
3636
libgsl0-dev libboost-all-dev python-dev python-setuptools \
3737
python-numpy python-scipy python-matplotlib python-lxml ipython \
38-
scons git zsh
38+
build-essential scons git zsh
3939

4040
(b) Fedora Linux:
4141

4242
sudo yum install \
4343
gsl-devel boost-devel python-devel python-setuptools \
4444
numpy scipy python-matplotlib python-lxml python-ipython-notebook \
45-
scons git zsh
45+
gcc-c++ scons git zsh
4646

4747
(c) Mac OS X with MacPorts (this may run for a while):
4848

0 commit comments

Comments
 (0)