From 52d04c605be334c97366989b219498952b38f535 Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Fri, 6 Dec 2024 15:20:03 +0530 Subject: [PATCH] Update xeus-cpp-lite instruction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1bd2e2f..3c291979 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ emcmake cmake \ -DXEUS_CPP_EMSCRIPTEN_WASM_BUILD=ON \ -DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \ .. -EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make install +emmake make install ``` To build Jupyter Lite with this kernel without creating a website you can execute the following