Skip to content

Commit

Permalink
Improve documentation
Browse files Browse the repository at this point in the history
 - Describe manual installation from Wheel archive
 - Remove Ninja from the list of "other" build tools
  • Loading branch information
dlu-ch committed Apr 24, 2020
1 parent b9470f2 commit cea2e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions 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
Expand Down
1 change: 0 additions & 1 deletion doc/faq.rst
Expand Up @@ -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 <https://ant.apache.org/>`_ (XML, Java-centric)
- https://pypi.org/project/doit/ (Python)
- https://mesonbuild.com/ (Python)
Expand Down

0 comments on commit cea2e5b

Please sign in to comment.