diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-11 21:43:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-11 21:43:44 -0400 |
commit | 38a9d0ec489925eb25b8a0c837b5230da4eb8a68 (patch) | |
tree | 8ad6118bf451b1fc85c8d367bb7babe828c22273 /README | |
parent | 0b19a8ae810169cbdfd15ba79b3e7165e40cf535 (diff) | |
download | miragextract-38a9d0ec489925eb25b8a0c837b5230da4eb8a68.tar.gz |
add cuerecover
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -3,9 +3,14 @@ README for miragextract v0.1.0 Description ----------- -Extracts data and audio tracks from any CD image supported by libmirage. -Data tracks are written as-is, and audio tracks can be written as-is -or converted to wav, flag, or ogg/vorbis (via libsndfile). +A pair of tools for working with CD image files. + +miragextract extracts data and audio tracks from any CD image supported +by libmirage. Data tracks are written as-is, and audio tracks can be +written as-is or converted to wav, flag, or ogg/vorbis (via libsndfile). + +cuerecover attempts to create a .cue file for .bin files whose .cue +files are missing. Prerequisites ------------- @@ -24,6 +29,9 @@ If you're on a system that has separate "dev" or "devel" packages If you for some reason need to rebuild the man and html pages, you'll need docutils (I used 0.14). +If you *just* want cuerecover, you don't need libmirage nor libsndfile. +Run "make cuerecover" in this case. + Installation ------------ To build, run "make" (might be spelled "gmake" on your OS). To install, |