From e2abcdca396661cbe0ae2ddb13d5c2b85682c13a Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 16 Oct 2020 17:41:25 +0300 Subject: initial commit --- README | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..b8515eb --- /dev/null +++ b/README @@ -0,0 +1,36 @@ +otools +------ + +Some OpenBSD userland utilities meant to be included in Carbs Linux base. + +Currently includes the following software: +- diff +- doas +- m4 +- mandoc +- md5 +- nc +- patch +- pax +- signify + +You can build software individually by calling 'make ', and the +program will be built to the root directory of the source. The Makefile +is bsdmake compatible. + +requirements +------------ + +In order to build 'mandoc', you need to either have zlib installed, or edit +config.mk to use the in-source zlib. + +In order to build 'nc', you need to have a libtls implementation. Carbs Linux +uses libtls-bearssl by default. + + +patch directory +--------------- + +The patch directory doesn't serve any function but to keep track of the applied +patches under revision control. The sources here are already patched. + -- cgit v1.2.3