From 925cdf2010fad8f60de35b765939264cb72af097 Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 20 Dec 2020 21:23:57 +0000 Subject: README: update FossilOrigin-Name: 22c3642bb16ab93eb946f2b8b0c63cfcf8d83f6a86458096525d4f4c0cc22943 --- README | 15 +++++++-------- 1 file 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. -- cgit v1.2.3