/[svn]/gigedit/tags/release0_1_1/README
ViewVC logotype

Diff of /gigedit/tags/release0_1_1/README

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

gigedit/trunk/README revision 1121 by persson, Sat Mar 24 17:41:39 2007 UTC gigedit/tags/release0_1_1/README revision 1565, Thu Dec 6 18:56:52 2007 UTC
# Line 5  Gigedit is an instrument editor for gig Line 5  Gigedit is an instrument editor for gig
5  used by software samplers such as LinuxSampler and GigaStudio.  used by software samplers such as LinuxSampler and GigaStudio.
6    
7  With gigedit it is possible to modify existing gig files and also to  With gigedit it is possible to modify existing gig files and also to
8  create completely new instruments from scratch.  create completely new instruments from scratch. Gigedit can be run as
9    a stand-alone application, or as a plugin to LinuxSampler.
10    
11  Please note that this is an alpha version that only includes the most  Please note that this is an early version that only includes the most
12  basic features needed to create and edit gig files. There is still a  basic features needed to create and edit gig files. There is still a
13  lot to do, fix and improve.  lot to do, fix and improve.
14    
# Line 34  COPYING for details. Line 35  COPYING for details.
35  Requirements  Requirements
36  ============  ============
37    
38  Gigedit requires gtkmm, libgig and libsndfile libraries.  Gigedit requires gtkmm, libgig and libsndfile libraries. There is an
39    optional dependency to LinuxSampler, for being able to play
40    instruments while editing. Also optional is the dependency to gettext
41    for internationalization support.
42    
43    
44  Installation  Installation
45  ============  ============
46    
47    On a POSIX system like Linux or OSX you should only have to call the
48    following on the console:
49    
50  ./configure  ./configure
51  make  make
52  su -c "make install"  su -c "make install"
53    
54  See the file INSTALL for details.  See the file INSTALL for details about these steps and options.
55    
56    Windows users shall read the respective README file in the "win32"
57    directory for compilation instructions.
58    
59    
60  Building from CVS  Building from CVS

Legend:
Removed from v.1121  
changed lines
  Added in v.1565

  ViewVC Help
Powered by ViewVC