No description
|
Some checks failed
Build eismuliplexer for windows / Build (push) Has been cancelled
Build eismuliplexer for linux / Build (push) Has been cancelled
|
||
|---|---|---|
| .gitea/workflows | ||
| argp | ||
| cmake | ||
| doc | ||
| EisMultiplexerWinDriver | ||
| pkgconfig | ||
| scripts | ||
| 90-eismultiplexer.rules | ||
| CMakeLists.txt | ||
| crossW64.cmake | ||
| eismultiplexer.c | ||
| eismultiplexer.h | ||
| gpl-3.0.txt | ||
| lgpl-3.0.txt | ||
| main.c | ||
| options.h | ||
| README.md | ||
| usbshm.c | ||
| usbshm.h | ||
[comment]: \page README Readme
libeismultiplexer
libeismultiplexer is a shared library that allows you to control EISmultiplexer devices.
For questions or comments, please write to klemm@rhd-instruments.de
Full Online API documentation can be built with the "doc" target and is also available here. A PDF with API documentation can be found here.
Compile/Install
Requirements
- git
- c11 capable compiler (e.g. GCC, CLANG)
- cmake 3.0 or later
- libusb 1.0 or later
- (optional) doxygen 1.8 or later to generate the documentation
Procedure
In a console do:
- git clone https://git-ce.rwth-aachen.de/carl_philipp.klemm/libeismultiplexer.git
- cd librelaxisloader
- mkdir build
- cd build
- cmake ..
- make
- sudo make install
to make the documentation:
- make doc
License
librelaxisloader is licensed to you under the lgpl-3.0 or later license