Skip to content

Commit e20870c

Browse files
committed
doc: Emscripten building documentation consisted of brain farts.
1 parent 3541b71 commit e20870c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/building.dox

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,14 @@ installed and configured.
337337

338338
Don't forget to adapt `EMSCRIPTEN_PREFIX` variable in `generic/Emscripten.cmake`
339339
to path where Emscripten is installed. Default is `/usr/emscripten`. Emscripten
340-
supports dynamic only to simplify porting and they are generally slower, thus
341-
`BUILD_STATIC` is implicitly enabled.
340+
supports dynamic libraries only to simplify porting and they are generally
341+
slower, thus `BUILD_STATIC` is implicitly enabled.
342342

343343
Then create build directory and run cmake and make in it. The toolchain needs
344344
access to its platform file, so be sure to properly set **absolute** path to
345-
`modules/` directory containing `Platform/Emscripten.cmake`. Default is
346-
`/usr/emscripten`. Also set `CMAKE_INSTALL_PREFIX` to value which is contained
347-
in `CMAKE_FIND_ROOT_PATH` in toolchain file.
345+
`modules/` directory containing `Platform/Emscripten.cmake`. Also set
346+
`CMAKE_INSTALL_PREFIX` to value which is contained in `CMAKE_FIND_ROOT_PATH` in
347+
toolchain file.
348348

349349
mkdir -p build-emscripten
350350
cd build-emscripten

0 commit comments

Comments
 (0)