]> git.ozlabs.org Git - ccan/blobdiff - ccan_tools/libtap/INSTALL
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / libtap / INSTALL
diff --git a/ccan_tools/libtap/INSTALL b/ccan_tools/libtap/INSTALL
new file mode 100644 (file)
index 0000000..7f6479d
--- /dev/null
@@ -0,0 +1,8 @@
+Quick Installation
+
+    ./configure
+    make
+    make check
+    make install
+
+Run "configure --help" for additional options.