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.