--- linuxsampler/trunk/README 2006/11/24 17:43:09 937 +++ linuxsampler/trunk/README 2020/01/02 16:09:58 3683 @@ -2,7 +2,7 @@ Copyright (C) 2003, 2004 by Benno Senoner (benno@gardena.net) and Christian Schoenebeck (cuse@users.sourceforge.net) -Copyright (C) 2005, 2006 Christian Schoenebeck +Copyright (C) 2005 - 2020 Christian Schoenebeck License @@ -36,7 +36,7 @@ o A low latency enabled kernel (see http://www.linuxsampler.org/faq.html#dropouts). - o At least one supported MIDI input system (i.e. ALSA, CoreMIDI or + o At least one supported MIDI input system (i.e. ALSA, JACK, CoreMIDI or MidiShare) and at least one support audio output system (i.e. ALSA, JACK or ARTS) have to be installed, along with their respective development (header) files. @@ -94,14 +94,23 @@ "/usr/src//RPMS/" directory. -Compilation on OSX : Stephane Letz (letz@grame.fr) --------------------------------------------------- +Compilation on OSX +------------------ + + Please read osx/README.osx for detailed instructions about how to + compile the sampler for Mac OSX. + +Test Cases +---------- -The compilation on OSX currently uses an XCode project. + There are automated test cases against core elements of the sampler, + which allow you to check the beheaviour of the sampler on your system. + These test cases are not compiled by default: -- Download and install the JackOSX package (www.jackosx.com) + o Make sure cppunit is installed on your system. -- In the "osx" folder, possibly manually edit the version.h to change the version number + o Run 'make tests' from the toplevel source directory to compile the + test cases. -- In the XCode project, build the "LinuxSampler" target + o Run the test cases with 'src/testcases/linuxsamplertest'.