Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

README.txt 672 B

20 anos atrás
20 anos atrás
20 anos atrás
1234567891011121314151617181920212223242526272829303132
  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. Run ``make install`` to install cuetools into the
  21. default location of /usr/local. The Makefiles also support both the prefix and
  22. DESTDIR variables.