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

Diff of /qsampler/trunk/README

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

revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC revision 3065 by capela, Mon Jan 2 12:11:50 2017 UTC
# Line 2  Qsampler - A LinuxSampler Qt GUI Interfa Line 2  Qsampler - A LinuxSampler Qt GUI Interfa
2  ------------------------------------------  ------------------------------------------
3    
4  Qsampler is a LinuxSampler GUI front-end application written in C++ around  Qsampler is a LinuxSampler GUI front-end application written in C++ around
5  the Qt4 toolkit using Qt Designer. At the moment it just wraps as a client  the Qt framework using Qt Designer. At the moment it just wraps as a client
6  reference interface for the LinuxSampler Control Protocol (LSCP).  reference interface for the LinuxSampler Control Protocol (LSCP).
7    
8  LinuxSampler is a work in progress. The goal is to produce a free, open source  LinuxSampler is a work in progress. The goal is to produce a free, open source
# Line 27  The software requirements for build and Line 27  The software requirements for build and
27    
28    Mandatory:    Mandatory:
29    
30    - Qt 4 (core, gui), C++ class library and tools for    - Qt framework, C++ class library and tools for
31          crossplatform development and internationalization          cross-platform application and UI development
32          http://qt-project.org/          http://qt.io/
33    
34    - liblscp, C library for LinuxSampler control protocol API.    - liblscp, C library for LinuxSampler control protocol API.
35          http://www.linuxsampler.org/          http://www.linuxsampler.org/
# Line 64  Just launch ${prefix}/bin/qsampler and y Line 64  Just launch ${prefix}/bin/qsampler and y
64    
65  Note that the default installation path ${prefix} is /usr/local.  Note that the default installation path ${prefix} is /usr/local.
66    
67  If you're checking out from Subversion (SVN), you'll have to prepare the  If you're checking out from Git, you'll have to prepare the
68  configure script just before you proceed with the above instructions:  configure script just before you proceed with the above instructions:
69    
70     make -f Makefile.svn     ./autogen.sh
71    
72    
73  Configuration  Configuration

Legend:
Removed from v.2387  
changed lines
  Added in v.3065

  ViewVC Help
Powered by ViewVC