summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nbb/nbb_lib.in12
1 files changed, 11 insertions, 1 deletions
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
"""