@@ -98,10 +98,10 @@ You can freely mix blibs and low level C/C++ functions.
...
@@ -98,10 +98,10 @@ You can freely mix blibs and low level C/C++ functions.
### blc are basic libraries for C/C++ with no specific requirement
### blc are basic libraries for C/C++ with no specific requirement
-[blc_core](https://git.u-cergy.fr/blaar/blibs/blc_core) : Generic helpers in C or C++ used by all other blaar projects
-[blc_core](https://git.u-cergy.fr/blaar/blibs/blc_core/blob/master/README.md) : Generic helpers in C or C++ used by all other blaar projects
-[blc_channel](https://git.u-cergy.fr/blaar/blibs/blc_channel) : Tools to use shared memory in synchrone ( in test) and asynchrone mode
-[blc_channel](https://git.u-cergy.fr/blaar/blibs/blc_channel/blob/master/README.md) : Tools to use shared memory in synchrone ( in test) and asynchrone mode
-[blc_image](https://git.u-cergy.fr/blaar/blibs/blc_image) : Manipulate blc_array as images. Can load and save them as png files
-[blc_image](https://git.u-cergy.fr/blaar/blibs/blc_image/blob/master/README.md) : Manipulate blc_array as images. Can load and save them as png files
-[blc_program](https://git.u-cergy.fr/blaar/blibs/blc_program) : Parse arguments and interacts with user in commandline.
-[blc_program](https://git.u-cergy.fr/blaar/blibs/blc_program/blob/master/README.md) : Parse arguments and interacts with user in commandline.
To get details about compilation and documentation of the functions, see [developement](DEVELOPMENT.md).
To get details about compilation and documentation of the functions, see [developement](DEVELOPMENT.md).