Release v0.2.

This commit is contained in:
Mikaël Ates 2015-01-15 16:10:19 +01:00
parent 128df66269
commit cb3df2662b
2 changed files with 13 additions and 2 deletions

8
README
View File

@ -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.

View File

@ -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.