Browse Source

doc: more path updating.

pull/77/head
Vladimír Vondruš 12 years ago
parent
commit
64f1725f3e
  1. 6
      doc/building.dox

6
doc/building.dox

@ -425,9 +425,9 @@ You will need [Emscripten](https://github.com/kripken/emscripten/wiki/Tutorial)
installed and configured. installed and configured.
Don't forget to adapt `EMSCRIPTEN_PREFIX` variable in `generic/Emscripten.cmake` Don't forget to adapt `EMSCRIPTEN_PREFIX` variable in `generic/Emscripten.cmake`
to path where Emscripten is installed. Default is `/usr/emscripten`. Emscripten to path where Emscripten is installed. Default is `/usr/lib/emscripten`.
supports dynamic libraries only to simplify porting and they are generally Emscripten supports dynamic libraries only to simplify porting and they are
slower, thus `BUILD_STATIC` is implicitly enabled. generally slower, thus `BUILD_STATIC` is implicitly enabled.
Then create build directory and run cmake and build command in it. The Then create build directory and run cmake and build command in it. The
toolchain needs access to its platform file, so be sure to properly set toolchain needs access to its platform file, so be sure to properly set

Loading…
Cancel
Save