diff options
author | Roger Leigh <rleigh@debian.org> | 2006-07-03 22:21:38 +0000 |
---|---|---|
committer | Roger Leigh <rleigh@debian.org> | 2006-07-03 22:21:38 +0000 |
commit | 4141ffdf51377b4aacf39fe7e2db34450f179395 (patch) | |
tree | d98780f8317c6898261a5fadb0e3c912fbf4de4b /README | |
parent | c82fad09d69d975d0e22a6da088e7a1f0f2e1765 (diff) | |
download | schroot-4141ffdf51377b4aacf39fe7e2db34450f179395.tar.gz |
* README: Document new Boost build dependency.
* TODO: Remove completed item.
* sbuild/sbuild-session.cc
(setup_chroot): Use sbuild::run_parts in place of run-parts(8).
* configure.ac: Remove run-parts(8) checks.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -23,8 +23,9 @@ libstdc++ (GNU libstdc++) libpam0g-dev (Linux-PAM) liblockdev1-dev libuuid-dev -libboost-dev } The Boost C++ libraries -libboost-program-options-dev } +libboost-dev } +libboost-program-options-dev } The Boost C++ libraries +libboost-regex-dev } If building from Subversion, you will also need: gettext (0.15) |