From 870c1a832e7bed48a4cdb5423b1b13029bc8bf88 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 13 Jun 2019 20:36:04 +0200 Subject: [PATCH] README.md: reorganize build requirements section. Signed-off-by: Juan RP --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 97cf4e78..a9322ffc 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ To build this you'll need: - [openssl < 1.1](https://www.openssl.org) or [libressl](https://www.libressl.org/) - [libarchive >= 3.2.0](https://www.libarchive.org) -**NOTE** pcc and tcc can compile xbps correctly, but as of **20190422** -only the static binaries work correctly, do not forget to set `--enable-static` -option in the `configure` script. - and optionally: - [graphviz](https://www.graphviz.org) and [doxygen](https://www.doxygen.org) @@ -52,6 +48,10 @@ and optionally: - [atf >= 0.15](https://github.com/jmmv/kyua) (--enable-tests) to build the Kyua test suite. +**NOTE** pcc and tcc can compile xbps correctly, but as of **20190422** +only the static binaries work correctly, do not forget to set `--enable-static` +option in the `configure` script. + ### Tests To run the test suite make sure *kyua* is installed and run the following: