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

Annotation of /gigedit/trunk/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1396 - (hide annotations) (download)
Wed Oct 10 15:48:54 2007 UTC (16 years, 5 months ago) by schoenebeck
File size: 1516 byte(s)
* gettext is now an optional dependency
* added Dev-C++ project files for Windows

1 persson 1121 Gigedit
2     =======
3 persson 1052
4 persson 1121 Gigedit is an instrument editor for gig files. Gig files are
5     used by software samplers such as LinuxSampler and GigaStudio.
6    
7     With gigedit it is possible to modify existing gig files and also to
8     create completely new instruments from scratch.
9    
10     Please note that this is an alpha version that only includes the most
11     basic features needed to create and edit gig files. There is still a
12     lot to do, fix and improve.
13    
14     Be sure to backup your original gig files before editing them in
15     gigedit.
16    
17     The latest version of gigedit can be found at:
18    
19     http://www.linuxsampler.org
20    
21     Questions, bug reports and suggestions can be sent to LinuxSampler
22     developer's mailing list:
23    
24     linuxsampler-devel@lists.sourceforge.net
25    
26    
27     License
28     =======
29    
30     Gigedit is licensed under the GNU General Public License. See the file
31     COPYING for details.
32    
33    
34     Requirements
35     ============
36    
37 schoenebeck 1322 Gigedit requires gtkmm, libgig and libsndfile libraries. There is an
38     optional dependency to LinuxSampler, for being able to play instruments
39 schoenebeck 1396 while editing. Also optionally is the dependency to gettext for
40     internationalization support.
41 persson 1121
42    
43     Installation
44     ============
45    
46 schoenebeck 1396 On a POSIX system like Linux or OSX you should only have to call the
47     following on the console:
48    
49 persson 1121 ./configure
50     make
51     su -c "make install"
52    
53 schoenebeck 1396 See the file INSTALL for details about these steps and options.
54 persson 1121
55 schoenebeck 1396 Windows users shall read the respective README file in the "win32"
56     directory for compilation instructions.
57 persson 1121
58 schoenebeck 1396
59 persson 1121 Building from CVS
60     =================
61    
62     ./autogen.sh
63     ./configure
64     make
65     su -c "make install"

  ViewVC Help
Powered by ViewVC