Changeset View
Changeset View
Standalone View
Standalone View
build_files/build_environment/install_deps.sh
| Show First 20 Lines • Show All 5,795 Lines • ▼ Show 20 Lines | print_info() { | ||||
| PRINT "" | PRINT "" | ||||
| PRINT "Ran with:" | PRINT "Ran with:" | ||||
| PRINT " install_deps.sh $COMMANDLINE" | PRINT " install_deps.sh $COMMANDLINE" | ||||
| PRINT "" | PRINT "" | ||||
| PRINT "" | PRINT "" | ||||
| PRINT "If you're using CMake add this to your configuration flags:" | PRINT "If you're using CMake add this to your configuration flags:" | ||||
| _buildargs="-U *SNDFILE* -U PYTHON* -U *BOOST* -U *Boost* -U *TBB*" | _buildargs="-U *SNDFILE* -U PYTHON* -U *BOOST* -U *Boost* -U *TBB*" | ||||
| _buildargs="$_buildargs -U *OPENCOLORIO* -U *OPENEXR* -U *OPENIMAGEIO* -U *LLVM* -U *CYCLES*" | _buildargs="$_buildargs -U *OPENCOLORIO* -U *OPENEXR* -U *OPENIMAGEIO* -U *LLVM* -U *CLANG* -U *CYCLES*" | ||||
| _buildargs="$_buildargs -U *OPENSUBDIV* -U *OPENVDB* -U *BLOSC* -U *COLLADA* -U *FFMPEG* -U *ALEMBIC* -U *USD*" | _buildargs="$_buildargs -U *OPENSUBDIV* -U *OPENVDB* -U *BLOSC* -U *COLLADA* -U *FFMPEG* -U *ALEMBIC* -U *USD*" | ||||
| _buildargs="$_buildargs -U *EMBREE* -U *OPENIMAGEDENOISE* -U *OPENXR*" | _buildargs="$_buildargs -U *EMBREE* -U *OPENIMAGEDENOISE* -U *OPENXR*" | ||||
| _1="-D WITH_CODEC_SNDFILE=ON" | _1="-D WITH_CODEC_SNDFILE=ON" | ||||
| PRINT " $_1" | PRINT " $_1" | ||||
| _buildargs="$_buildargs $_1" | _buildargs="$_buildargs $_1" | ||||
| _1="-D PYTHON_VERSION=$PYTHON_VERSION_INSTALLED" | _1="-D PYTHON_VERSION=$PYTHON_VERSION_INSTALLED" | ||||
| ▲ Show 20 Lines • Show All 252 Lines • Show Last 20 Lines | |||||