mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Merge pull request #415 from FranklinChen/linux-install
Linux install prerequisites.
This commit is contained in:
commit
c30b4d6cdb
16
linux-install.sh
Executable file
16
linux-install.sh
Executable file
@ -0,0 +1,16 @@
|
||||
#!/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
|
Loading…
x
Reference in New Issue
Block a user