Skip to content

Commit

Permalink
Merge pull request phalcon#1 from phalcon/master
Browse files Browse the repository at this point in the history
Test
  • Loading branch information
odiel committed Aug 6, 2013
2 parents d5c10e6 + d6f4504 commit ddd8766
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 ddd8766

Please sign in to comment.