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

Diff of /libgig/trunk/README

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

revision 922 by schoenebeck, Sun May 7 18:19:55 2006 UTC revision 923 by schoenebeck, Thu Oct 19 19:01:13 2006 UTC
# Line 107  Compiling Line 107  Compiling
107    On success, the resulting rpm(s) can usually be found under the proper    On success, the resulting rpm(s) can usually be found under the proper
108    "/usr/src/<rpmdir>/RPMS/<arch>" directory.    "/usr/src/<rpmdir>/RPMS/<arch>" directory.
109    
110    Test Cases
111    ==========
112      The libgig sources come with a tiny console application which allows to
113      automatically test libgig's functions on your system. This test
114      application is not compiled by default, you have to compile it explicitly
115      with the following commands on the console (cppunit has to be installed):
116    
117        cd src/testcases
118        make libgigtests
119    
120      and then run the test application from the same directory with:
121    
122        ./libgigtests
123    
124  License  License
125  =======  =======
126    libgig and its tools are released under the GNU General Public License.    libgig and its tools are released under the GNU General Public License.
# Line 119  API Documentation Line 133  API Documentation
133    
134  Patches  Patches
135  =======  =======
136    If you find bugs or have improvements, your patches are always welcome!    If you have bug fixes or improvements, your patches are always welcome!
137    Send them either directly to me or to the LinuxSampler developer's mailing    Send them either directly to me or to the LinuxSampler developer's mailing
138    list <linuxsampler-devel@lists.sourceforge.net>.    list <linuxsampler-devel@lists.sourceforge.net>.
139    
140    Bugs
141    ====
142      Please use http://bugs.linuxsampler.org to check and report possible bugs.
143      You might also try to run the "Test Cases" coming with libgig (see above),
144      especially in case you are running on an odd system.
145    
146  Credits  Credits
147  =======  =======
148    The initial library was based on the reverse engineering effort of    The initial library was based on the reverse engineering effort of

Legend:
Removed from v.922  
changed lines
  Added in v.923

  ViewVC Help
Powered by ViewVC