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

Diff of /jsampler/trunk/README

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

revision 1143 by iliev, Mon Apr 2 21:18:31 2007 UTC revision 1204 by iliev, Thu May 24 21:43:45 2007 UTC
# Line 1  Line 1 
1    
2  JSampler - A java front-end for LinuxSampler  JSampler - A java front-end for LinuxSampler
3    
4  by Grigor Iliev <gr.iliev@gmail.com>  by Grigor Iliev <grigor@grigoriliev.com>
5    
6    
7  The Latest Version  The Latest Version
# Line 23  the GNU General Public License Version 2 Line 23  the GNU General Public License Version 2
23  Requirements  Requirements
24  ============  ============
25    
26  To run JSampler you need Java Runtime Environment (JRE) version 5 or higher.  To run JSampler you need Java Runtime Environment (JRE) version 6 or higher.
27    
28  To build a distribution you need JDK version 5.0 or higher  To build a distribution you need JDK version 6.0 or higher
29  and the Ant tool (http://ant.apache.org/).  and the Ant tool (http://ant.apache.org/).
30    
31    
# Line 42  To build a JSampler distribution follow Line 42  To build a JSampler distribution follow
42  (there are two distribution available for now - JS Classic and Fantasia)  (there are two distribution available for now - JS Classic and Fantasia)
43    
44    1. Set the JAVA_HOME environment variable to point to your JDK directory.    1. Set the JAVA_HOME environment variable to point to your JDK directory.
45       If the JDK is installed in /opt/jdk1.5.0 directory, this can be done       If the JDK is installed in /opt/jdk1.6.0 directory, this can be done
46       by issuing the following command:       by issuing the following command:
47    
48       export JAVA_HOME=/opt/jdk1.5.0       export JAVA_HOME=/opt/jdk1.6.0
49    
50       (Windows users should do something like `set JAVA_HOME=c:\jdk1.5.0')       (Windows users should do something like `set JAVA_HOME=c:\jdk1.6.0')
51    
52    2. Choose one or more of the following options.    2. Choose one or more of the following options.
53    
# Line 95  Special thanks to Olivier Boyer - the cr Line 95  Special thanks to Olivier Boyer - the cr
95  of the impressive design of Fantasia.  of the impressive design of Fantasia.
96    
97    
98    For more information read the manual, which is located at `manual' directory.
99  Thanks for using JSampler.  Thanks for using JSampler.
100    

Legend:
Removed from v.1143  
changed lines
  Added in v.1204

  ViewVC Help
Powered by ViewVC