Skip to content

Commit

Permalink
Merge pull request phalcon#1 from odiel/patch-1
Browse files Browse the repository at this point in the history
- Adding commands to install requirements on Ubuntu
  • Loading branch information
Phalcon committed Aug 6, 2013
2 parents d5c10e6 + 2936f6a commit d6f4504
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ Installation

xx is the parser for the language:

You will need json-c installed on your machine:
Requirements:

* [json-c](https://github.com/json-c/json-c)
* [re2c](http://re2c.org/)

Installation on Ubuntu
-----------------------

Once you have json-c installed, you can generate the parser as follows:
apt-get install libjson0 libjson0-dev libjson0-dbg
apt-get install re2c


Once you have the required packages installed, you can generate the parser as follows:

```bash
./generate
Expand Down

0 comments on commit d6f4504

Please sign in to comment.