From: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> Borrowed from http://marc.info/?l=linux-nilfs&m=128542348518482&w=2 Modified by Ryusuke Konishi to separate cases where users need to run autoconf/automake tools. Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxxxxxx> --- README | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/README b/README index e69de29..bc2faff 100644 --- a/README +++ b/README @@ -0,0 +1,17 @@ +* How to compile + + $ ./configure + $ make + +* How to get development sources + + $ cd your-work-directory + $ git clone http://git.nilfs.org/nilfs2-utils.git + +Before compiling the development sources, you need to run +autoconf/automake tools. This is not required for packaged sources +unless you changed the configuration. + + $ cd nilfs2-utils + $ aclocal && autoheader && libtoolize -c --force && automake -a -c && autoconf + -- 1.6.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-nilfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html