From c3470d03785129f870ea0aae730c461dcc41bd4a Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 20 Mar 2023 22:54:25 +0100 Subject: [PATCH] Improve build instructions * Move packaging info into its own section * Link build instructions for Tag Editor as well as they differ slightly from Syncthing Tray * Use consistent path separator for Windows-specific variables --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c41e652..5e7030b 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,8 @@ project. This can be easily achieved by using CMake's `add_subdirectory()` function. For project files see the repository [subdirs](https://github.com/Martchus/subdirs). For an example, see -[build instructions for Syncthing Tray](https://github.com/Martchus/syncthingtray#building-this-straight). +[build instructions for Syncthing Tray](https://github.com/Martchus/syncthingtray#building-this-straight) or +[build instructions for Tag Editor](https://github.com/Martchus/tageditor#building-this-straight). For a debug build, use `-DCMAKE_BUILD_TYPE=Debug`. @@ -178,8 +179,9 @@ variables to be set: * `QT_ROOT`: for Qt libraries provided by official Qt installer, e.g. `D:/programming/qt/6.5.0/msvc2019_64` * `QT_TOOLS`: for additional build tools provided by official Qt installer, e.g. `D:/programming/qt/Tools` * `VCPKG_ROOT`: directory of VCPKG checkout; used for other dependencies, e.g. - `D:/programming/projects\c++\cmake\vcpkg` + `D:/programming/projects/c++/cmake/vcpkg` +### Packaging #### Arch Linux package The repository [PKGBUILDs](https://github.com/Martchus/PKGBUILDs) contains files for building Arch Linux packages of the latest release and