From cb3df2662b75248e57492714b10f7ca6bf5920b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Ates?= Date: Thu, 15 Jan 2015 16:10:19 +0100 Subject: [PATCH] Release v0.2. --- README | 8 +++++++- VERSIONS | 7 ++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README b/README index cdcee0e..1ee4bc1 100644 --- a/README +++ b/README @@ -114,12 +114,18 @@ Run $ ./cv2extractor +Lec Dictionnary extraction +-------------------------- + +This script extract values from the Lec dictionnary to produice a json file. + +$ gcc -g -lapileclux -lcpslux -lsedica -lcptablux cJSON.c extract_dict.c -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0 -lgobject-2.0 -o extract_dict -Wall -DUNIX -DTARGET_OS_MAC +$ ./extract_dict Roadmap ------- * Enhance logging. -* Handle codess dictionnary of the library. * Use autotools for building. * Deamonize. * Portability. diff --git a/VERSIONS b/VERSIONS index 5cca921..b409d74 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,9 @@ -09/01/2014 - 0.1 +15/01/2015 - 0.2 +---------------- + +Produce a json file from the Lec dictionnary. + +09/01/2015 - 0.1 ---------------- Initial Release.