aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-12-20 21:23:57 +0000
committermerakor <cem@ckyln.com>2020-12-20 21:23:57 +0000
commit925cdf2010fad8f60de35b765939264cb72af097 (patch)
tree42c68efae0cf9abbbb9d1723034b4adb52393ab3
parent059560eab4f93e8c6cfc1193aca204923999b4dc (diff)
downloadcpt-925cdf2010fad8f60de35b765939264cb72af097.tar.gz
README: update
FossilOrigin-Name: 22c3642bb16ab93eb946f2b8b0c63cfcf8d83f6a86458096525d4f4c0cc22943
-rw-r--r--README15
1 files changed, 7 insertions, 8 deletions
diff --git a/README b/README
index 0e83582..6479e35 100644
--- a/README
+++ b/README
@@ -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.