Skip to content

Commit 2fb4c6e

Browse files
PeterTurcanalandefreitas
authored andcommitted
typos corrected
1 parent 286171f commit 2fb4c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user-guide/modules/ROOT/pages/getting-started-with-macos.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ To install and build Boost libraries on macOS, you can either use CMake, or inst
44

55
== Install Boost using CMake
66

7-
If you do not wish to use an package manager, installing Boost libraries on macOS using CMake involves several steps. Here's an outline of the process:
7+
If you do not wish to use a package manager, installing Boost libraries on macOS using CMake involves several steps. Here's an outline of the process:
88

99
. Open a terminal window and navigate to the directory where you extracted the Boost library files.
1010

1111
. Run the bootstrap.sh script to generate the build system files for your platform. For example, to build Boost with clang on macOS, run:
1212

1313
[source,txt]
1414
----
15-
./bootstrap.sh --with-toolset=clang
15+
./bootstrap.sh toolset=clang
1616
----
1717

1818
. After the bootstrap process completes, run the following command to build and install the Boost libraries: .`/b2 install`.

0 commit comments

Comments
 (0)