From 40b531675985b3883fd7bf7708a6957fb00e43ee Mon Sep 17 00:00:00 2001 From: hristo Date: Mon, 18 Jan 2021 11:16:59 +0200 Subject: [PATCH] Update doc because emscripten toolchain file was removed. --- Working-for-Web-(HTML5).md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Working-for-Web-(HTML5).md b/Working-for-Web-(HTML5).md index af81661..daf72e7 100644 --- a/Working-for-Web-(HTML5).md +++ b/Working-for-Web-(HTML5).md @@ -88,14 +88,6 @@ One note here - if you're using **vcpkg** for package management and have instal cmake -H . -B build -G Ninja "-DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake" "-DCMAKE_TOOLCHAIN_FILE=/scripts/buildsystems/vcpkg.cmake" "-DVCPKG_TARGET_TRIPLET=wasm32-emscripten" ``` -**The third option** is to use the lighter but included toolchain in raylib: - -``` -cmake -H . -B build -DPLATFORM=Web -G Ninja -DCMAKE_TOOLCHAIN_FILE=cmake/emscripten.cmake -``` -_(The "-H ." is deprecated since CMake 3.13 and if you are using higher version please replace the argument with "-S .")_ -_(The ninja generator is optional and you can use your system default by removing "-G Ninja".)_ - ##### Building with CMake To build the project you would need to execute: