Update INSTALLATION.md

This commit is contained in:
Martin Dvorak 2018-08-11 23:05:59 +02:00
parent d290e43a68
commit 1c9abaabb8

View file

@ -222,7 +222,7 @@ git clone https://github.com/dvorka/hstr.git
Install dependencies:
```bash
sudo apt install autotools gcc make libncursesw5-dev libreadline-dev
sudo apt install autotools-dev gcc make libncursesw5-dev libreadline-dev
```
Create build files using:
@ -318,6 +318,12 @@ To build `hh` on [Windows Subsystem for Linux (WSL)](https://msdn.microsoft.com/
git clone https://github.com/dvorka/hstr.git
```
Install dependencies:
```bash
sudo apt install autotools-dev gcc make libncursesw5-dev libreadline-dev
```
Create build files using:
```bash