diff options
| author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-02-13 01:52:08 +0100 |
|---|---|---|
| committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2008-02-13 01:52:08 +0100 |
| commit | 2f79a8d3ea74cae0d7a4389be39fb82c6dc232cf (patch) | |
| tree | fc34ab2b45f961b61d5e73dd023ed0b75f1df9c5 | |
| parent | 788c3bc868ad8a0fb4610882b758216bdaa9644c (diff) | |
TODO: User interface design
| -rw-r--r-- | nbb/nbb_lib.in | 12 |
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 """ |
