mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
build-all - add a couple of notes
This commit is contained in:
+2
-1
@@ -32,6 +32,7 @@ Available arguments:
|
|||||||
(building for all supported Python version by default).
|
(building for all supported Python version by default).
|
||||||
``-wasm`` - compile for wasm
|
``-wasm`` - compile for wasm
|
||||||
``-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
|
||||||
|
|
||||||
|
|
||||||
Used environment variables:
|
Used environment variables:
|
||||||
@@ -586,7 +587,7 @@ def build_dependency(
|
|||||||
logger.info(f"\rInstalling {name}... ")
|
logger.info(f"\rInstalling {name}... ")
|
||||||
run([make, "install"], cwd=extract_build_dir)
|
run([make, "install"], cwd=extract_build_dir)
|
||||||
logger.info(f"\rInstalled {name} \n")
|
logger.info(f"\rInstalled {name} \n")
|
||||||
else:
|
else: # bjam
|
||||||
logger.info(f"\rConfiguring {name}...")
|
logger.info(f"\rConfiguring {name}...")
|
||||||
run([bash, "./bootstrap.sh"], cwd=extract_dir)
|
run([bash, "./bootstrap.sh"], cwd=extract_dir)
|
||||||
logger.info(f"\rBuilding {name}... ")
|
logger.info(f"\rBuilding {name}... ")
|
||||||
|
|||||||
Reference in New Issue
Block a user