diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-22 03:33:59 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-22 03:33:59 +0300 |
commit | f0df54362d0a06a54e40e68a5c3a747a84cef8be (patch) | |
tree | bb5cf37ca57dd3f8423b46f7c94e130337e5ed67 | |
parent | f01d9ba5d42e9a8d0b148bc7fc14c34ba6dc4bb9 (diff) | |
download | otools-f0df54362d0a06a54e40e68a5c3a747a84cef8be.tar.gz |
update README1.4.1
-rw-r--r-- | README.md | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -16,17 +16,14 @@ Currently includes the following software: - pax - signify -You can build software individually by calling `make <program>`, and the -program will be built to the root directory of the source. The build system is -configured through `config.mk` +The build system is configured by running the `configure` script at the root of +the directory. You can build software individually by calling `make <program>`, +and the program will be built to the root directory of the source. 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 `libressl` by default. |