From e1847cb058efca5a93bdb3fbf4295b665a618bab Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Sun, 11 Sep 2022 14:43:40 +0200 Subject: [PATCH] Move back the 'Troubleshooting' section to the end --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 9ead4accd..9d5798bc2 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ where you want to install the libraries. After the installation succeeded, you may need to run `ldconfig` (as `root`). Uninstallation ------------- +-------------- If you want to uninstall the Kiwix library: ```bash @@ -134,28 +134,6 @@ ninja -C build uninstall Like for the installation, you might need to run the command as `root` (or using `sudo`). -Troubleshooting ---------------- - -If you need to install Meson "manually": -```bash -virtualenv -p python3 ./ # Create virtualenv -source bin/activate # Activate the virtualenv -pip3 install meson # Install Meson -hash -r # Refresh bash paths -``` - -If you need to install Ninja "manually": -```bash -git clone git://github.com/ninja-build/ninja.git -cd ninja -git checkout release -./configure.py --bootstrap -mkdir ../bin -cp ninja ../bin -cd .. -``` - Custom Index Page ----------------- @@ -205,6 +183,28 @@ distribution. Try then with a source tarball distributed by the problematic upstream project or even directly from the source code repository. +Troubleshooting +--------------- + +If you need to install Meson "manually": +```bash +virtualenv -p python3 ./ # Create virtualenv +source bin/activate # Activate the virtualenv +pip3 install meson # Install Meson +hash -r # Refresh bash paths +``` + +If you need to install Ninja "manually": +```bash +git clone git://github.com/ninja-build/ninja.git +cd ninja +git checkout release +./configure.py --bootstrap +mkdir ../bin +cp ninja ../bin +cd .. +``` + License -------