diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -19,25 +19,22 @@ Dependencies To build and use cpt, you need the following software. -- C compiler [make] +RUNTIME DEPENDS - rsync - curl -- getopt [provided by cpt if not available] - POSIX base utilities [coreutils, busybox, sbase, etc.] - tar [GNU tar, busybox, toybox, libarchive, etc.] -Build configuration can be done from the 'config.mk' file. If you have getopt -on your system, add SYSTEM_GETOPT=1 option to your 'config.mk'. +MAKE DEPENDS +- redo (optional, the repository contains tools/do) Directory Structure -------------------------------------------------------------------------------- - / -- cpt, README, Makefile, LICENSE, CHANGELOG - bin/ -- for C programs. + / -- README, LICENSE, CHANGELOG contrib/ -- for Shell scripts that wrap around cpt. - doc/ -- for documentation. - getopt-ul -- for cpt provided util-linux standalone getopt(1). + docs/ -- for documentation. man/ -- for manual pages. src/ -- for the tools that make up the package manager. |