summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 083ad31..2a39bce 100644
--- a/README
+++ b/README
@@ -1,2 +1,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
+