From cea2e5b6e83d461833c12e7c6ea655bf4e4b5482 Mon Sep 17 00:00:00 2001 From: Daniel Lutz Date: Fri, 24 Apr 2020 14:58:29 +0200 Subject: [PATCH] Improve documentation - Describe manual installation from Wheel archive - Remove Ninja from the list of "other" build tools --- build-package.bash | 6 ++++++ doc/faq.rst | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build-package.bash b/build-package.bash index 33795434..797044e5 100755 --- a/build-package.bash +++ b/build-package.bash @@ -1,5 +1,11 @@ #!/bin/bash +# Builds packages in dist/. +# +# Install the created Wheel archive with +# +# pip3 install dist/dlb-*.whl + set -e RM=rm diff --git a/doc/faq.rst b/doc/faq.rst index 9a9d5cd1..df05f249 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -83,7 +83,6 @@ describe a build process. Examples are: -- Rōnin_ (Python, Ninja file generator) + Ninja_ (clean and fast backend for a high-level build system) - `Apache Ant `_ (XML, Java-centric) - https://pypi.org/project/doit/ (Python) - https://mesonbuild.com/ (Python)