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

Diff of /jsampler/trunk/README

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

revision 787 by iliev, Mon Oct 10 16:03:12 2005 UTC revision 1975 by iliev, Mon Aug 3 14:54:18 2009 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 version 1.5.0 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 1.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    
32    Distributions
33    =============
34    
35    All available distributions are located in the dist directory.
36    
37    
38  Compilation  Compilation
39  ===========  ===========
40    
41  To build a JSampler distribution follow the next steps.  To build a JSampler distribution follow the next steps.
42  (note that only one distribution is available for now - JS Classic)  (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       with 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 must 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 49  To build a JSampler distribution follow Line 55  To build a JSampler distribution follow
55    
56       - Cleaning the JS Classic distribution: `ant clean-jsclassic'       - Cleaning the JS Classic distribution: `ant clean-jsclassic'
57    
58         - Building a Fantasia distribution: `ant build-fantasia'
59    
60         - Cleaning the Fantasia distribution: `ant clean-fantasia'
61    
62    
63    Installation
64    ============
65    
66    Copy the desired file (dist/JS_Classic-0.9.jar or dist/Fantasia-0.9.jar)
67    to some location. That's it!
68    
69    You may also consider using a script for running particular distribution.
70    Look at scripts directory to find an appropriate script for that.
71    
72    
73    Running
74    =======
75    
76    On some systems double clicking on the jar file will be enough.
77    If you aren't that lucky use the following
78    commands to run JS Classic or Fantasia:
79    
80    java -jar /<path-to-js-classic>/JS_Classic-0.9.jar
81    java -jar /<path-to-fantasia>/Fantasia-0.9.jar
82    
83    If the java command is not in your path, locate your jre directory and type:
84    
85    /<jre-dir>/bin/java -jar /<path-to-js-classic>/JS_Classic-0.9.jar
86    /<jre-dir>/bin/java -jar /<path-to-fantasia>/Fantasia-0.9.jar
87    
88    Note that you must run LinuxSampler before running a JSampler frontend.
89    
90    Libraries Used
91    ==============
92    The following libraries are used in the JSampler core:
93      * Library: jlscp
94        License: GNU General Public License Version 2
95        Website: http://sourceforge.net/projects/jlscp/
96    
97      * Library: juife
98        License: GNU Lesser General Public License (LGPL)
99        Website: http://sourceforge.net/projects/juife/
100    
101    The following libraries are used in the Fantasia distribution:
102      * Library: substance
103        License: Berkeley Software Distribution (BSD)
104        Website: http://substance.dev.java.net
105    
106      * Library: swingx
107        License: GNU Lesser General Public License (LGPL)
108        Website: http://swingx.dev.java.net
109    
110    
111    Credits
112    =======
113    
114    Special thanks to Olivier Boyer - the creator
115    of the initial graphic design of Fantasia.
116    
117    
118    For more information read the manual, which is located at `manual' directory.
119  Thanks for using JSampler.  Thanks for using JSampler.
120    

Legend:
Removed from v.787  
changed lines
  Added in v.1975

  ViewVC Help
Powered by ViewVC