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

Contents of /jsampler/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 787 - (show annotations) (download)
Mon Oct 10 16:03:12 2005 UTC (18 years, 5 months ago) by iliev
File size: 1237 byte(s)
* The first alpha-release of JSampler

1
2 JSampler - A java front-end for LinuxSampler
3
4 by Grigor Iliev <gr.iliev@gmail.com>
5
6
7 The Latest Version
8 ==================
9
10 The latest version can be downloaded from
11 http://sourceforge.net/projects/jsampler/
12
13 See also: http://www.linuxsampler.org/downloads.html
14
15
16 License
17 =======
18
19 This software is licensed under the terms of
20 the GNU General Public License Version 2 (see COPYING file).
21
22
23 Requirements
24 ============
25
26 To run JSampler you need java version 1.5.0 or higher.
27
28 To build a distribution you need JDK version 1.5.0 or higher
29 and the Ant tool (http://ant.apache.org/).
30
31
32 Compilation
33 ===========
34
35 To build a JSampler distribution follow the next steps.
36 (note that only one distribution is available for now - JS Classic)
37
38 1. Set the JAVA_HOME environment variable to point to your JDK directory.
39 If the JDK is installed in /opt/jdk1.5.0 directory, this can be done
40 with the following command:
41
42 export JAVA_HOME=/opt/jdk1.5.0
43
44 (Windows users must do something like `set JAVA_HOME=c:\jdk1.5.0')
45
46 2. Choose one or more of the following options.
47
48 - Building a JS Classic distribution: `ant build-jsclassic'
49
50 - Cleaning the JS Classic distribution: `ant clean-jsclassic'
51
52
53 Thanks for using JSampler.
54

  ViewVC Help
Powered by ViewVC