/[svn]/liblscp/trunk/README
ViewVC logotype

Annotation of /liblscp/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3906 - (hide annotations) (download)
Tue May 18 15:26:43 2021 UTC (3 years, 1 month ago) by capela
File size: 639 byte(s)
- CMake is now the official build system.
1 capela 92 liblscp - LinuxSampler Control Protocol API
2     -------------------------------------------
3    
4     liblscp is an implementation of the LinuxSampler control protocol,
5 capela 213 proposed as a C language API.
6 capela 92
7 capela 3659 Homepage: https://www.linuxsampler.org
8 capela 92
9     License: GNU Lesser General Public License (LGPL)
10    
11     Installation
12     ------------
13    
14 capela 3906 Unpack the tarball and in the extracted source directory:
15 capela 92
16 capela 3906 cmake [-DCMAKE_INSTALL_PREFIX=/usr/local] -B build -S .
17     make -C build
18 capela 3066
19 capela 3906 and optionally as root:
20 capela 3066
21 capela 3906 sudo make -C build install
22 capela 92
23 capela 3906 See also the README.cmake file in the source distribution.
24 capela 3066
25 capela 3906
26 capela 92 Enjoy.
27     --
28     rncbc aka Rui Nuno Capela
29 capela 3659 rncbc at rncbc.org
30     https://www.rncbc.org
31 capela 92

  ViewVC Help
Powered by ViewVC