From 64f1725f3e23250245c081d986c434932a7ab3da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 20 Nov 2014 21:51:43 +0100 Subject: [PATCH] doc: more path updating. --- doc/building.dox | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 49147194e..21b8f9c29 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -425,9 +425,9 @@ You will need [Emscripten](https://github.com/kripken/emscripten/wiki/Tutorial) installed and configured. Don't forget to adapt `EMSCRIPTEN_PREFIX` variable in `generic/Emscripten.cmake` -to path where Emscripten is installed. Default is `/usr/emscripten`. Emscripten -supports dynamic libraries only to simplify porting and they are generally -slower, thus `BUILD_STATIC` is implicitly enabled. +to path where Emscripten is installed. Default is `/usr/lib/emscripten`. +Emscripten supports dynamic libraries only to simplify porting and they are +generally slower, thus `BUILD_STATIC` is implicitly enabled. 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