summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL26
1 files changed, 26 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..98e1ef9
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,26 @@
+Building:
+---------
+
+Useful 'configure' options:
+ --with-kernel-headers=DIR path of Linux kernel headers,
+ default /usr/src/kernel-headers.
+
+ --host=TYPE host platform for cross-compilation.
+
+
+Building:
+$ autoreconf --install
+$ ./configure [--with-kernel-headers=DIR] [--host=TYPE]
+$ make
+
+
+Installing:
+-----------
+
+$ sudo make install
+
+
+Uninstalling:
+-------------
+
+$ sudo make uninstall