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

Diff of /liblscp/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 92 by capela, Thu May 27 10:32:44 2004 UTC revision 4112 by capela, Wed May 1 09:56:53 2024 UTC
# Line 2  liblscp - LinuxSampler Control Protocol Line 2  liblscp - LinuxSampler Control Protocol
2  -------------------------------------------  -------------------------------------------
3    
4  liblscp is an implementation of the LinuxSampler control protocol,  liblscp is an implementation of the LinuxSampler control protocol,
5  pproposed as a C language API.  proposed as a C language API.
6    
7  Homepage: http://www.linuxsampler.org  Homepage: https://www.linuxsampler.org
8    
9  License: GNU Lesser General Public License (LGPL)  License: GNU Lesser General Public License (LGPL) version 2 or later.
10    
11  Installation  Installation
12  ------------  ------------
13    
14  From the untarred directory:  Unpack the tarball and in the extracted source directory:
15    
16        cmake [-DCMAKE_INSTALL_PREFIX=<prefix>] -B build
17        cmake --build build [--parallel <Njobs>]
18    
19    and optionally, as root:
20    
21        [sudo] cmake --install build
22    
23    Note that the default installation path (<prefix>) is /usr/local .
24    
     make -f Makefile.cvs  
     ./configure  
     make  
     make install  
25    
26  Enjoy.  Enjoy.
27  --  --
28  rncbc aka Rui Nuno Capela  rncbc aka Rui Nuno Capela
29  rncbc@rncbc.org  rncbc at rncbc.org
30    https://www.rncbc.org
31    

Legend:
Removed from v.92  
changed lines
  Added in v.4112

  ViewVC Help
Powered by ViewVC