Commit 514aa55b authored by Andrei Barbu's avatar Andrei Barbu

fix instructions

parent 16df4e9c
...@@ -28,14 +28,14 @@ install instructions. ...@@ -28,14 +28,14 @@ install instructions.
Some prerequisites; adapt to your distribution. Some prerequisites; adapt to your distribution.
```bash ```bash
sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev sudo apt-get install -y python3-pip git libtinfo-dev libzmq3-dev libcairo2-dev libpango1.0-dev
``` ```
```bash ```bash
pip3 install -r requirements.txt pip3 install -r requirements.txt
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh
git clone https://github.com/abarbu/ihaskell git clone https://github.com/abarbu/IHaskell
cd ihaskell cd IHaskell
stack install gtk2hs-buildtools stack install gtk2hs-buildtools
stack install --fast stack install --fast
stack exec ihaskell -- install stack exec ihaskell -- install
...@@ -43,13 +43,16 @@ stack exec ihaskell -- install ...@@ -43,13 +43,16 @@ stack exec ihaskell -- install
## Mac ## Mac
These haven't been tested and there may be some missing required packages. But
they will be soon.
```bash ```bash
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install python3 brew install python3
brew install zeromq brew install zeromq
curl -sSL https://get.haskellstack.org/ | sh curl -sSL https://get.haskellstack.org/ | sh
git clone https://github.com/abarbu/ihaskell git clone https://github.com/abarbu/IHaskell
cd ihaskell cd IHaskell
stack install gtk2hs-buildtools stack install gtk2hs-buildtools
stack install --fast stack install --fast
stack exec ihaskell -- install stack exec ihaskell -- install
......
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