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

To build:

  make

To build with shared library:

  echo "ENABLE_SHARED=yes" > config.mk
  make

To install:

  make install