From 01940986840f8e8b6660ade98e231b433c505ebf Mon Sep 17 00:00:00 2001 From: cos Date: Sun, 29 Jun 2025 08:25:18 +0200 Subject: [PATCH] Fix a couple of typos --- docs/building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/building.md b/docs/building.md index ec56ed69..218eabde 100644 --- a/docs/building.md +++ b/docs/building.md @@ -22,7 +22,7 @@ The [conan](https://conan.io/) package manager (v2.0+) is used with [cmake](https://cmake.org/) build system. -`syncspririt` can be build with [conan](https://conan.io/) or just with bare +`syncspirit` can be build with [conan](https://conan.io/) or just with bare [cmake](https://cmake.org/) build system. [conan](https://conan.io/) is responsible for installing and building dependencies, with bare [cmake](https://cmake.org/) it should be done manually (e.g. use system-provided libraries). @@ -70,7 +70,7 @@ rotor/*:enable_fltk=True If static build is planned, than `*/*:shared=True` should be `False`. -If the defult conan profile is missing, than create it via: +If the default conan profile is missing, than create it via: ``` conan profile detect ``` @@ -190,7 +190,7 @@ make zip ``` -Add $mxe_dir/uer/bin to your `PATH`, and make sure something like that works: +Add $mxe_dir/usr/bin to your `PATH`, and make sure something like that works: ``` export PATH=`pwd`/usr/bin:$PATH @@ -276,7 +276,7 @@ Copy the resulting `zip.exe` to windows xp host and launch, i.e. make sure everything is ok with the toolchain. -Add $mxe_dir/uer/bin to your `PATH`, and make sure something like that works: +Add $mxe\_dir/usr/bin to your `PATH`, and make sure something like that works: ``` export PATH=`pwd`/usr/bin:$PATH