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.

пре 20 година
пре 20 година
пре 20 година
пре 20 година
пре 20 година
пре 20 година
пре 20 година
пре 19 година
12345678910111213141516171819202122232425262728293031323334
  1. ===============
  2. cuetools README
  3. ===============
  4. :Author: Svend Sorensen
  5. :Contact: sorensen@users.berlios.de
  6. :Website: http://cuetools.berlios.de
  7. Description
  8. -----------
  9. cuetools is a set of utilities for working with Cue Sheet (cue) and Table of
  10. Contents (toc) files.
  11. It includes:
  12. cueconvert
  13. convert between the cue and toc formats
  14. cuebreakpoints
  15. print the breakpoints from a cue or toc file
  16. cueprint
  17. print disc and track infomation for a cue or toc file
  18. Installation
  19. ------------
  20. Building requires GNU Make, Lex, and Yacc. GNU Bison works in Yacc mode
  21. (``make YACC="bison -y"``).
  22. Run ``make install`` to install cuetools into the default location of
  23. /usr/local. The Makefiles also support both the prefix and DESTDIR variables.