https://github.com/libcdio/libcdio
Compact Disc (CD) Input and Control Core Library with some ISO9660, and UDF and SCSI MMC
https://github.com/libcdio/libcdio
Last synced: 3 months ago
JSON representation
Compact Disc (CD) Input and Control Core Library with some ISO9660, and UDF and SCSI MMC
- Host: GitHub
- URL: https://github.com/libcdio/libcdio
- Owner: libcdio
- License: gpl-3.0
- Created: 2024-09-09T20:41:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-23T15:09:58.000Z (6 months ago)
- Last Synced: 2025-12-25T00:28:16.683Z (6 months ago)
- Language: C
- Homepage:
- Size: 23.5 MB
- Stars: 34
- Watchers: 4
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README-develop.md
- Changelog: ChangeLog-spell-corrected.diff
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# Building `libcdio` from git source
Here is software you'll need to build a development version libcdio
- git
- GNU make (or even better "remake")
- autoconf version 2.67 or better
(which contains programs autoconf and autoreconf)
- automake version 1.11.1 or better
- libtool (for building shared libraries)
- m4 (used by autoconf)
- texinfo (for building documentation)
- help2man (turns help for libcdio standalone programs into manual pages)
This is in addition to the software needed to build starting from a the
source tar. See README-libcdio.md for that additional software.
Older versions of autoconf and automake might work, I've just not
tested that.
The source code lives the [github](https://github.com/libcdio/libcdio.git).
The older GNU Savannah main page is [here](https://savannah.gnu.org/projects/libcdio/).
If you check out the source code, you'll need `git` installed.
Once you have git:
git clone https://github.com/libcdio/libcdio.git
Change into the libcdio directory that just created and run the "autogen.sh"
shell script:
cd libcdio
sh ./autogen.sh
Please see [README-libcdio.md](README-libcdio.md) and follow those instructions starting at step 3.