README.md: reorganize build requirements section.

Signed-off-by: Juan RP <xtraeme@gmail.com>
This commit is contained in:
Juan RP 2019-06-13 20:36:04 +02:00
parent 93c6825520
commit 870c1a832e
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -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: