Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README 687 B

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