File | Date | Author | Commit |
---|---|---|---|
debian | 2025-03-27 |
![]() |
[03588b] An Early Spring'25 Release (v1.0.1) |
doc | 2024-01-02 |
![]() |
[a56d00] - Updated copyright headers into the New Year. ... |
examples | 2024-12-26 |
![]() |
[94f8de] [PATCH] liblscp (CMake fix for Windows) |
lscp | 2025-01-01 |
![]() |
[9e3a1c] - Early update to copyright headers for the New... |
rpm | 2025-03-27 |
![]() |
[03588b] An Early Spring'25 Release (v1.0.1) |
src | 2024-12-26 |
![]() |
[94f8de] [PATCH] liblscp (CMake fix for Windows) |
.gitignore | 2021-12-05 |
![]() |
[b8ffd0] - Re-added 'build*' to .gitignore |
.travis.yml | 2021-03-27 |
![]() |
[44e84f] - Switching to CMake build system as for packag... |
CMakeLists.txt | 2025-03-27 |
![]() |
[03588b] An Early Spring'25 Release (v1.0.1) |
ChangeLog | 2025-03-27 |
![]() |
[03588b] An Early Spring'25 Release (v1.0.1) |
LICENSE | 2021-12-05 |
![]() |
[51a5e0] - Dropped autotools (autoconf, automake, etc.) ... |
README | 2024-04-27 |
![]() |
[f7017e] - Prepping the unthinkable (aka. v1.0.0-rc2) |
liblscp - LinuxSampler Control Protocol API ------------------------------------------- liblscp is an implementation of the LinuxSampler control protocol, proposed as a C language API. Homepage: https://www.linuxsampler.org License: GNU Lesser General Public License (LGPL) version 2 or later. Installation ------------ Unpack the tarball and in the extracted source directory: cmake [-DCMAKE_INSTALL_PREFIX=<prefix>] -B build cmake --build build [--parallel <Njobs>] and optionally, as root: [sudo] cmake --install build Note that the default installation path (<prefix>) is /usr/local . Enjoy. -- rncbc aka Rui Nuno Capela rncbc at rncbc.org https://www.rncbc.org