summaryrefslogtreecommitdiffstats
path: root/README
blob: 1393d64de98d3da4e79e53f626be280c0d6de5cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 build Lua module:

  echo "ENABLE_SHARED=yes" >> config.mk
  make 

To install:

  make install