Skip to content

Commit

Permalink
Add perl dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaljwani committed Mar 27, 2016
1 parent 707bad9 commit 28f8aca
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# ilparser-api
An API for Parsing Indic Languages

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

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

Installing Perl Dependencies:
```bash
$ cpanm Data::Dumper Dir::Self IPC::Run List::Util Config::IniFiles Mojolicious::Lite
```

To setup the repo after installing dependencies, do:
Expand Down

0 comments on commit 28f8aca

Please sign in to comment.