mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
build-all.py - add note on --without-xxx option
This commit is contained in:
@@ -33,6 +33,7 @@ Available arguments:
|
|||||||
``-py-313`` - build for specific Python version
|
``-py-313`` - build for specific Python version
|
||||||
(building for all supported Python version by default).
|
(building for all supported Python version by default).
|
||||||
``-wasm`` - compile for wasm
|
``-wasm`` - compile for wasm
|
||||||
|
``-without-xxx`` - do not build dependency ``xxx`` (e.g. ``--without-swig``)
|
||||||
``-mac-cross-compile-intel`` - cross compile for Intel Mac on Apple Silicon host
|
``-mac-cross-compile-intel`` - cross compile for Intel Mac on Apple Silicon host
|
||||||
``-shared`` - build shared libraries. By default will build static.
|
``-shared`` - build shared libraries. By default will build static.
|
||||||
``-diskcleanup`` - clean up build directories after finishing building dependencies
|
``-diskcleanup`` - clean up build directories after finishing building dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user