From d4968694e251f603e7c2b91608746cf4c382723a Mon Sep 17 00:00:00 2001 From: Todor Tomov Date: Thu, 3 Feb 2011 10:50:48 +0200 Subject: Use autotools Use autoconf and automake for building. Quick instructions are added in INSTALL. Application source files are moved to src subdirectory. Signed-off-by: Todor Tomov --- INSTALL | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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 -- cgit v1.2.3