diff --git a/xmldoc/chapters/build.xml b/xmldoc/chapters/build.xml index 52b2d6b05..6672dfde1 100644 --- a/xmldoc/chapters/build.xml +++ b/xmldoc/chapters/build.xml @@ -26,7 +26,7 @@ etc. Clang/LLVM, GNU C++, and MSVC are regularly exercised via automation. You can grab a release from the GPSBabel download page, but if you're going to be doing any development, you'll find that working from the GPSBabel Github repo is easier. Checkouts via Git, HTTPS, SSH, and Subversion are supported. - There are external requirements for bulding. + There are external requirements for building. @@ -39,7 +39,7 @@ You may download directly from Qt using the Homebrew. Fedora or CentOS users may need to 'dnf install qt6-qtbase-devel qt6-qt5compat-devel'. When in doubt, 'dnf search qt' or 'dnf search qt6' may help you find the correct package name. Ubuntu users may need to 'apt-get install qt6-base-dev qt6-5compat-dev'. Additional qt6 packages are required to build the GUI. Package names and versions in Linux frequently change, so you may need to ask your Linux vendor -for help or look in our Docker files for inspiration for our automated builds that +for help or look in our Docker files for inspiration from our automated builds that use Docker.