Commit 3c3dab65 authored by Bengt Lüers's avatar Bengt Lüers

Update INSTALLING

parent 7b3d2b75
...@@ -18,9 +18,8 @@ make -j4 ...@@ -18,9 +18,8 @@ make -j4
make check make check
make install make install
ccache, distcc: ccache:
sudo apt-get install ccache sudo apt-get install ccache
sudo apt-get install distcc distcc-pump
curses, zlib: curses, zlib:
sudo apt-get install libncurses5-dev zlib1g-dev sudo apt-get install libncurses5-dev zlib1g-dev
...@@ -53,6 +52,9 @@ sudo apt-get install libc6-dbg ...@@ -53,6 +52,9 @@ sudo apt-get install libc6-dbg
OPTIONAL DEPENDENCIES: OPTIONAL DEPENDENCIES:
distcc:
sudo apt-get install distcc distcc-pump
gtest: gtest:
cd ~/pyston_deps cd ~/pyston_deps
wget https://googletest.googlecode.com/files/gtest-1.7.0.zip wget https://googletest.googlecode.com/files/gtest-1.7.0.zip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment