Commit 2ae7c96c authored by Franklin Chen's avatar Franklin Chen

Linux install prerequisites.

parent 8a37d1e6
#!/bin/sh
# Installation for Linux (tested on Ubuntu 14.10)
sudo apt-get install python-dev
sudo apt-get install python-pip
sudo pip install -U 'ipython[all]'
sudo apt-get install libtinfo-dev
sudo apt-get install libzmq3-dev
sudo apt-get install libcairo2-dev
sudo apt-get install libpango1.0-dev
./build.sh all
./build.sh display
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