diff options
author | merakor <cem@ckyln.com> | 2020-12-20 21:23:57 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-20 21:23:57 +0000 |
commit | 925cdf2010fad8f60de35b765939264cb72af097 (patch) | |
tree | 42c68efae0cf9abbbb9d1723034b4adb52393ab3 /README | |
parent | 059560eab4f93e8c6cfc1193aca204923999b4dc (diff) | |
download | cpt-925cdf2010fad8f60de35b765939264cb72af097.tar.gz |
README: update
FossilOrigin-Name: 22c3642bb16ab93eb946f2b8b0c63cfcf8d83f6a86458096525d4f4c0cc22943
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -19,25 +19,24 @@ Dependencies To build and use cpt, you need the following software. -- C compiler [make] +MAKE DEPENDS +- C compiler +- redo (the repository contains minimal/do) + +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'. - Directory Structure -------------------------------------------------------------------------------- - / -- cpt, README, Makefile, LICENSE, CHANGELOG + / -- README, LICENSE, CHANGELOG bin/ -- for C programs. 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. |