From 0ea3661a6ba0baaa39b95e836e8f2c87e2f4c20f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 13 Mar 2021 14:08:29 +0300 Subject: add configuration for fts, handle if it is available on system --- README.md | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c6dc860..6a7554f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ otools ------- +====== Some OpenBSD-6.8 userland utilities meant to be included in Carbs Linux base. @@ -14,36 +14,19 @@ Currently includes the following software: - 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. +You can build software individually by calling `make `, and the +program will be built to the root directory of the source. The build system is +configured through `config.mk` 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 `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. - - -notes ------ - -If you want the manpager to have tags support (doesn't work on busybox less), -you will need to do the following: - - echo CFLAGS += -DHAVE_LESS_T >> config.mk - - -If you are unsure whether your less implementation includes tag support, run -the following: - - :> testfile - less -F -T testfile testfile && echo CFLAGS += -DHAVE_LESS_T >> config.mk - rm testfile +In order to build `nc`, you need to have a `libtls` implementation. Carbs Linux +uses `libtls-bearssl` by default. patch directory -- cgit v1.2.3