From 5e50d25c328252c81086c29364af3bff0d144d52 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 3 Oct 2021 23:17:31 +0200 Subject: [PATCH] Improve build instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove `-DBUNDLED_QT_FORK_AWESOME_PATH=…` which is now covered by the subdirs project * Add link to "Providing the font file" section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1180d05..6c36057 100644 --- a/README.md +++ b/README.md @@ -306,12 +306,14 @@ Building the testsuite requires CppUnit and Qt 5.8 or higher. cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX="/install/prefix" \ - -DBUNDLED_QT_FORK_AWESOME_PATH="$SOURCES/qtforkawesome" \ -DFORK_AWESOME_FONT_FILE="$SOURCES/forkawesome/fonts/forkawesome-webfont.woff2" \ -DFORK_AWESOME_ICON_DEFINITIONS="$SOURCES/forkawesome/src/icons/icons.yml" \ $SOURCES/subdirs/syncthingtray ``` * Replace `/install/prefix` with the directory where you want to install. + * Checkout the [Providing the font file](https://github.com/Martchus/qtforkawesome/#providing-the-font-file) + secton of qtforkawesome's README for details regarding the + ForkAwesome-related parameters. 3. Build and install everything in one step: ``` cd $BUILD_DIR