From 2f79a8d3ea74cae0d7a4389be39fb82c6dc232cf Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 13 Feb 2008 01:52:08 +0100 Subject: TODO: User interface design --- nbb/nbb_lib.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in index 87ffc12..c132754 100644 --- a/nbb/nbb_lib.in +++ b/nbb/nbb_lib.in @@ -8,8 +8,18 @@ import urlparse """nbb_lib - moo TODO: - * VCS config support + * VCS config support ('git config', etc.) + * Build system support: automake/autoconf, cmake + + * Design nice user interface. Requirements: + * print top_srcdir, builddir, installdir + * start subshell in top_srcdir, builddir, installdir + * run 'autoreconf' type step + * run 'configure' type step + * run 'make' type step + * run 'make install' type step + * run custom (make) commands """ -- cgit