You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 2.2KB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. This document is outdated. While some informations in this document may still be relevant, you should exert caution while reading it.
  2. You can find an up to date version of this document in the meta repo, see https://gitlab.inria.fr/openvibe/meta/blob/master/README.md
  3. *========================================*
  4. |OpenViBE| |README|
  5. *========================================*
  6. |Introduction|
  7. OpenViBE is a software platform for the design, test and use of
  8. Brain-Computer Interfaces. This document provides basic
  9. information on what you just downloaded.
  10. |Code.source.access|
  11. The source code of the project can be found by following links
  12. on the OpenViBE homepage :
  13. http://openvibe.inria.fr/
  14. |Repository.organisation|
  15. The project repository is composed of several software modules. Each software
  16. module can have its own branches and tags and is compiled separately
  17. from other modules. The repository basically looks like this :
  18. root of the repository
  19. + <openvibe> (API / specifications)
  20. + <kernel> (kernel implementation)
  21. + <toolkit> (development help components)
  22. + <applications> (OpenViBE user applications)
  23. + <platform>
  24. + <acquisition-server>
  25. + <designer>
  26. + ...
  27. + <plugins> (OpenViBE plugin collections)
  28. + <samples>
  29. + <acquisition>
  30. + ...
  31. + <modules> (abstraction and portability components)
  32. + <ebml>
  33. + <socket>
  34. + ...
  35. + <contrib> (third-party components, author retains code ownership)
  36. + ...
  37. Each software module is organized as a UNIX-like tree (empty folders not
  38. included):
  39. + <bin> (any pre-compiled binaries)
  40. + <include> (target folder for API headers)
  41. + <lib> (any pre-compiled libraries)
  42. + <share> (shared file folder for all data)
  43. + <src> (source code of the module)
  44. + <doc> (documentation files for the module)
  45. + <test> (unit test source code for the module)
  46. |Support|
  47. Please follow the links on the OpenViBE homepage:
  48. http://openvibe.inria.fr/
  49. |Licence|
  50. Please refer to the COPYING file to get details regarding the OpenViBE license.
  51. |Building.the.software|
  52. Please refer to the INSTALL file for instructions on how to build the
  53. platform.
  54. |End.of.file|
  55. vim:tw=78:ts=8:ft=help:norl: