Menu

Tree [03588b] main develop v1.0.1 /
 History

HTTPS access


File Date Author Commit
 debian 2025-03-27 rncbc rncbc [03588b] An Early Spring'25 Release (v1.0.1)
 doc 2024-01-02 rncbc rncbc [a56d00] - Updated copyright headers into the New Year. ...
 examples 2024-12-26 Christian Schoenebeck Christian Schoenebeck [94f8de] [PATCH] liblscp (CMake fix for Windows)
 lscp 2025-01-01 rncbc rncbc [9e3a1c] - Early update to copyright headers for the New...
 rpm 2025-03-27 rncbc rncbc [03588b] An Early Spring'25 Release (v1.0.1)
 src 2024-12-26 Christian Schoenebeck Christian Schoenebeck [94f8de] [PATCH] liblscp (CMake fix for Windows)
 .gitignore 2021-12-05 rncbc rncbc [b8ffd0] - Re-added 'build*' to .gitignore
 .travis.yml 2021-03-27 rncbc rncbc [44e84f] - Switching to CMake build system as for packag...
 CMakeLists.txt 2025-03-27 rncbc rncbc [03588b] An Early Spring'25 Release (v1.0.1)
 ChangeLog 2025-03-27 rncbc rncbc [03588b] An Early Spring'25 Release (v1.0.1)
 LICENSE 2021-12-05 rncbc rncbc [51a5e0] - Dropped autotools (autoconf, automake, etc.) ...
 README 2024-04-27 rncbc rncbc [f7017e] - Prepping the unthinkable (aka. v1.0.0-rc2)

Read Me

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.