summaryrefslogtreecommitdiffstats
path: root/README
blob: ff18ac2664a12bf91ca360fe49d11f3885704770 (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_LIB=yes" > config.mk
  make

To install:

  make install