File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ We support building OpenSCAD headless for WebAssembly w/ Emscripten, using a pre
241241docker run --rm -it -v $PWD :/src:rw --platform=linux/amd64 openscad/wasm-base:latest \
242242 emcmake cmake -B build -DEXPERIMENTAL=ON -DCMAKE_BUILD_TYPE=Release && \
243243docker run --rm -it -v $PWD :/src:rw --platform=linux/amd64 openscad/wasm-base:latest \
244- cmake --build build -j10
244+ cmake --build build
245245```
246246
247247This creates ` openscad.wasm ` & ` openscad.js ` in the ` build/ ` folder.
@@ -252,7 +252,7 @@ This creates `openscad.wasm` & `openscad.js` in the `build/` folder.
252252
253253First, run ` cmake -B build -DEXPERIMENTAL=1 ` to generate a Makefile in the ` build ` folder.
254254
255- Then run ` cmake --build build -j ` . Finally, on Linux you might run ` cmake --install build ` as root.
255+ Then run ` cmake --build build ` . Finally, on Linux you might run ` cmake --install build ` as root.
256256
257257If you had problems compiling from source, raise a new issue in the
258258[ issue tracker on the github page] ( https://github.com/openscad/openscad/issues ) .
You can’t perform that action at this time.
0 commit comments