diff options
author | merakor <cem@ckyln.com> | 2020-12-21 10:02:45 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-12-21 10:02:45 +0000 |
commit | c1c68a205b8cbf0a8ee55f099c27d0a0c7f8afe2 (patch) | |
tree | 0e28e76b2391ba290180df87acdab6577d1dfe3f /README | |
parent | 08af0013de1d77cf0ee46245e50007a9fbf79035 (diff) | |
parent | 1535d115d8d0c58ca4a90acbf16b263cf85bb0a1 (diff) | |
download | cpt-c1c68a205b8cbf0a8ee55f099c27d0a0c7f8afe2.tar.gz |
Merge branch 'redo'
FossilOrigin-Name: 046e1a0012624ed9a8934a8a4099710264281bcb6814c1fc0fbe3157c1121d2f
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. |