summaryrefslogtreecommitdiffstats
path: root/README
blob: 2a39bce46009473ba0f27983bcff402a2f3e8641 (plain)
1
2
3
4
5
6
7
8
9
10
libuniso is a simple C library to extract iso9660 images on the fly

To build:

  make

To build with shared library:

  make ENABLE_SHARED_LIB=yes