File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
7979``` bash
8080micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
8181mkdir build
82- pushd build
83- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
84- export SYSROOT_PATH=$HOME /emsdk/upstream/emscripten/cache/sysroot
82+ cd build
83+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
84+ export SYSROOT_PATH=$PREFIX /opt /emsdk/upstream/emscripten/cache/sysroot
8585
8686emcmake cmake \
8787 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -80,9 +80,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
8080``` bash
8181micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
8282mkdir build
83- pushd build
84- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
85- export SYSROOT_PATH=$HOME /emsdk/upstream/emscripten/cache/sysroot
83+ cd build
84+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
85+ export SYSROOT_PATH=$PREFIX /opt /emsdk/upstream/emscripten/cache/sysroot
8686
8787emcmake cmake \
8888 -DCMAKE_BUILD_TYPE=Release \
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ You are now in a position to build the xeus-cpp kernel. You build it by executin
6868
6969 micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32
7070 mkdir build
71- pushd build
72- export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-host
73- export SYSROOT_PATH=$HOME /emsdk/upstream/emscripten/cache/sysroot
71+ cd build
72+ export PREFIX=$MAMBA_ROOT_PREFIX /envs/xeus-cpp-wasm-build
73+ export SYSROOT_PATH=$PREFIX /opt /emsdk/upstream/emscripten/cache/sysroot
7474 emcmake cmake \
7575 -DCMAKE_BUILD_TYPE=Release \
7676 -DCMAKE_INSTALL_PREFIX=$PREFIX \
You can’t perform that action at this time.
0 commit comments