You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 809 B

20 years ago
12345678910111213141516171819202122
  1. cuetools README
  2. cuetools is a set of utilites for working with cue and toc files.
  3. RELEASE NOTES
  4. * cuetools-1.x is a significant code rewrite of 0.x. The cue/toc parsing code
  5. has been reimplimented in lex/yacc.
  6. * cuerename has been replaced by the more general utility cueprint.
  7. * Usage syntax of the utilites has changed. See the respective man pages.
  8. INSTALL
  9. Building requires GNU Make. Run `make install' to install cuetools into the
  10. default location of /usr/local. The Makefiles also support both the prefix and
  11. DESTDIR variables.
  12. AUTHOR
  13. Svend Sorensen <ssorensen@freeshell.org>
  14. SEE ALSO
  15. cuetools website - http://cuetools.sourceforge.net
  16. Cdrdao website - http://cdrdao.sourceforge.net
  17. cdrdao(1) man page - description of toc file format
  18. shntool website - http://www.etree.org/shnutils/shntool/