Commit 7b3d2b75 authored by Bengt Lüers's avatar Bengt Lüers

Update INSTALLING

Should fix #22.
parent acb18174
...@@ -18,6 +18,10 @@ make -j4 ...@@ -18,6 +18,10 @@ make -j4
make check make check
make install make install
ccache, distcc:
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
...@@ -49,10 +53,6 @@ sudo apt-get install libc6-dbg ...@@ -49,10 +53,6 @@ sudo apt-get install libc6-dbg
OPTIONAL DEPENDENCIES: OPTIONAL DEPENDENCIES:
ccache, distcc:
sudo apt-get install ccache
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