mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-24 12:36:06 +00:00
17 lines
337 B
Bash
Executable File
17 lines
337 B
Bash
Executable File
#!/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
|