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

Diff of /jsampler/trunk/README

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

revision 1284 by iliev, Thu May 24 21:43:45 2007 UTC revision 1285 by iliev, Fri Aug 10 19:55:03 2007 UTC
# Line 63  To build a JSampler distribution follow Line 63  To build a JSampler distribution follow
63  Installation  Installation
64  ============  ============
65    
66  Copy the desired file (dist/js-classic.jar or dist/fantasia.jar)  Copy the desired file (dist/JS_Classic-0.6a.jar or dist/Fantasia-0.6a.jar)
67  to some location. That's it!  to some location. That's it!
68    
69  You may also consider using a script for running particular distribution.  You may also consider using a script for running particular distribution.
# Line 77  On some systems double clicking on the j Line 77  On some systems double clicking on the j
77  If you aren't that lucky use the following  If you aren't that lucky use the following
78  commands to run JS Classic or Fantasia:  commands to run JS Classic or Fantasia:
79    
80  java -jar /<path-to-js-classic>/js-classic.jar  java -jar /<path-to-js-classic>/JS_Classic-0.6a.jar
81  java -jar /<path-to-fantasia>/fantasia.jar  java -jar /<path-to-fantasia>/Fantasia-0.6a.jar
82    
83  If the java command is not in your path, locate your jre directory and type:  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.jar  /<jre-dir>/bin/java -jar /<path-to-js-classic>/JS_Classic-0.6a.jar
86  /<jre-dir>/bin/java -jar /<path-to-fantasia>/fantasia.jar  /<jre-dir>/bin/java -jar /<path-to-fantasia>/Fantasia-0.6a.jar
87    
88  Note that you must run LinuxSampler before running a JSampler frontend.  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      * Library: substance-swingx
111        License: GNU Lesser General Public License (LGPL)
112        Website: http://substance-swingx.dev.java.net
113    
114    
115  Credits  Credits
116  =======  =======
117    
118  Special thanks to Olivier Boyer - the creator  Special thanks to Olivier Boyer - the creator
119  of the impressive design of Fantasia.  of the initial graphic design of Fantasia.
120    
121    
122  For more information read the manual, which is located at `manual' directory.  For more information read the manual, which is located at `manual' directory.

Legend:
Removed from v.1284  
changed lines
  Added in v.1285

  ViewVC Help
Powered by ViewVC