From 2936f6a3dd1db332c34af3701dc610d50c719d9d Mon Sep 17 00:00:00 2001 From: odiel Date: Tue, 6 Aug 2013 14:50:39 -0400 Subject: [PATCH] - Adding commands to install requirements on Ubuntu --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 620f63abf06..1f48ab621b8 100644 --- a/README.md +++ b/README.md @@ -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