Skip to content

Commit

Permalink
Add autoconf as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed Mar 27, 2016
1 parent 5539f4d commit ad1f80a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ An API for Parsing Indic Languages

Installing Dependencies (Ubuntu):
```bash
$ sudo apt-get install cpanminus gcc git libgdbm-dev libglib2.0-dev make python-numpy \
$ sudo apt-get install autoconf cpanminus gcc git libgdbm-dev libglib2.0-dev make python-numpy \
python-pydot python-urllib3 python-pip
```

Installing Dependencies (Fedora):
```bash
$ sudo dnf install perl-App-cpanminus git gcc gdbm-devel glib2-devel make numpy pydot \
$ sudo dnf install autoconf git gcc gdbm-devel glib2-devel make numpy pydot perl-App-cpanminus \
python-urllib3 python-pip
```

Expand Down

0 comments on commit ad1f80a

Please sign in to comment.