Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
add more required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sean0921 committed Dec 3, 2020
1 parent 8e3ce54 commit 127fe11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cp $LOCATION_OF_DOWNLOADED_TARBALL ./ ## For example, cp ~/Download
### Install build dependencies

```bash
apt install build-essential libx11-dev libncurses-dev libreadline-dev autoconf automake autopoint autotools-dev ### with root
apt install build-essential libx11-dev libncurses-dev libreadline-dev autoconf automake autopoint autotools-dev libcurl4-openssl-dev zlib1g-dev libxml2-dev pkg-config ### with root
```

### Run build scripts
Expand Down

0 comments on commit 127fe11

Please sign in to comment.