@@ -81,7 +81,7 @@ These build instructions apply to `c++utilities` but also to my other projects u
8181 * libstdc++ or Boost.Iostreams for ` NativeFileStream ` (optional, use ` USE_NATIVE_FILE_BUFFER=OFF ` to disable)
8282 * Boost.Process for ` execApp() ` test helper under Windows (optional, use ` USE_BOOST_PROCESS=OFF ` to disable)
8383 * libarchive (optional, for archiving utilities only, use ` USE_LIBARCHIVE=ON ` to enable)
84- * My other projects have further dependencies such as Qt. Checkout the README of these
84+ * My other projects have further dependencies such as Qt. Check out the README of these
8585 projects for further details.
8686
8787### How to build
@@ -137,7 +137,7 @@ instructions for building on Windows.
137137 * The specified icon themes need to be installed in the usual location. Otherwise, use e.g.
138138 ` BUILTIN_ICON_THEMES_SEARCH_PATH=D:/programming/misc/breeze-icons/usr/share/icons ` to specify the
139139 search path.
140- * For more details, checkout the documentation about build variables (in the
140+ * For more details, check out the documentation about build variables (in the
141141 [ directory ` doc ` ] ( https://github.com/Martchus/cpp-utilities/blob/master/doc/buildvariables.md ) and
142142 in the Doxygen version accessible under "Related Pages").
143143* The repository [ PKGBUILDs] ( https://github.com/Martchus/PKGBUILDs ) contains build scripts for GNU/Linux,
@@ -272,7 +272,7 @@ Syncthing Tray natively on the development host thanks to the cross-platform nat
272272I recommended building for Android under Arch Linux (or an Arch Linux container, see last paragraphs of this
273273section) using ` android-* ` packages found on the AUR and my
274274[ binary repository] ( https://martchus.dyn.f3l.de/repo/arch/ownstuff ) . The commands in this section assume this
275- kind of build environment. For building on Windows, checkout the section
275+ kind of build environment. For building on Windows, check out the section
276276"[ Building under Windows for Android] ( #building-under-windows-for-android ) " below.
277277
278278---
@@ -608,7 +608,7 @@ cmake --build --preset win-android # or win-android-official-qt
608608
609609### Packaging
610610The repositories mentioned below contain packages for `c++utilities` itself but also for my other projects.
611- For a more comprehensive list of repositories providing my other projects such as Syncthing Tray, checkout
611+ For a more comprehensive list of repositories providing my other projects such as Syncthing Tray, check out
612612the README of those projects instead.
613613
614614#### Arch Linux package
@@ -626,7 +626,7 @@ There is also a [sub project](https://build.opensuse.org/project/show/home:mkitt
626626from the Git master branch.
627627
628628#### Gentoo
629- Checkout [Case_Of's overlay](https://codeberg.org/Case_Of/gentoo-overlay)
629+ Check out [Case_Of's overlay](https://codeberg.org/Case_Of/gentoo-overlay)
630630or [perfect7gentleman's overlay](https://gitlab.com/Perfect_Gentleman/PG_Overlay).
631631
632632## Copyright notice and license
0 commit comments