mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The scripts occ_build_wasm.bat and occ_build_wasm.sh have been added to simplify batch building of OCCT with Emscripten (Web Assembly packages) correspondingly on Windows and Linux platforms. These scripts are configurable through calling files with custom environment wasm_custom_env.bat and wasm_custom_env.sh.
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
# environment configuration template for occ_build_wasm.sh (to be renamed as wasm_custom_env.sh)
|
|
export aFreeType="$aSrcRoot/../3rdparty/freetype-2.7.1-wasm"
|
|
export EMSDK_ROOT="$aSrcRoot/../emsdk"
|
|
|
|
# Uncomment to customize building steps
|
|
#export aBuildRoot=work
|
|
#export toCMake=1
|
|
#export toClean=0
|
|
#export toMake=1
|
|
#export toInstall=1
|
|
|
|
#export BUILD_ModelingData=ON
|
|
#export BUILD_ModelingAlgorithms=ON
|
|
#export BUILD_Visualization=ON
|
|
#export BUILD_ApplicationFramework=ON
|
|
#export BUILD_DataExchange=ON
|