/[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

revision 1121 by persson, Sat Mar 24 17:41:39 2007 UTC revision 1396 by schoenebeck, Wed Oct 10 15:48:54 2007 UTC
# Line 34  COPYING for details. Line 34  COPYING for details.
34  Requirements  Requirements
35  ============  ============
36    
37  Gigedit requires gtkmm, libgig and libsndfile libraries.  Gigedit requires gtkmm, libgig and libsndfile libraries. There is an
38    optional dependency to LinuxSampler, for being able to play instruments
39    while editing. Also optionally is the dependency to gettext for
40    internationalization support.
41    
42    
43  Installation  Installation
44  ============  ============
45    
46    On a POSIX system like Linux or OSX you should only have to call the
47    following on the console:
48    
49  ./configure  ./configure
50  make  make
51  su -c "make install"  su -c "make install"
52    
53  See the file INSTALL for details.  See the file INSTALL for details about these steps and options.
54    
55    Windows users shall read the respective README file in the "win32"
56    directory for compilation instructions.
57    
58    
59  Building from CVS  Building from CVS

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

  ViewVC Help
Powered by ViewVC