Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blibs
blc_core
Commits
c2399764
Commit
c2399764
authored
Apr 21, 2018
by
Arnaud Blanchard
Browse files
Update README.md
parent
4a8a510f
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
c2399764
BLC core : Core of Basic Libraries for C/C++
============================================
-
Copyright :
[
ETIS
](
http://www.etis.ensea.fr/neurocyber
)
- ENSEA, University of Cergy-Pontoise, CNRS (2011-2016)
-
Author :
[
Arnaud Blanchard
](
http://arnaudblanchard.thoughtsheet.com
)
-
Licence :
[
CeCILL v2.1
](
http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
)
Core functions used by almost all the projects of BLAAR
Core functions used by almost all the projects of
[
BLAAR
](
https://framagit.org/blaar/blaar
)
It is composed of five main files (need a POSIX system), for Linux and OSX.
It is composed of five main files for Linux and Mac OSX.
-
**blc_text**
manage ASCII terminals (colors, cursor, sizes)
-
**blc_tools**
macros and functions to simplify coding and memory management
...
...
@@ -15,9 +11,4 @@ It is composed of five main files (need a POSIX system), for Linux and OSX.
-
**blc_array**
a structure to manage n-dimensional arrays. It also manage type and format of the data
-
**blc_realtime**
few helpers to use time, POSIX semaphore and pthreads
[
Standard blaar install
](
https://framagit.org/blaar/blaar/wikis/install
)
automatically installs it.
However, independently of blaar, you can
[
manually build the library
](
https://framagit.org/blaar/blc_core/blob/master/INSTALL
)
[
More details and examples
](
https://framagit.org/blaar/blc_core/wikis/home
)
However, independently of blaar, you can
[
manually build the library
](
INSTALL.md
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment