Skip to content

RenderKit/superbuild

Repository files navigation

Intel® oneAPI Rendering Toolkit CMake Superbuild

This CMake script will pull down Intel® oneAPI Rendering Toolkit libraries and build them from source. The result is an install directory with everything in it (CMAKE_INSTALL_PREFIX).

Requirements:

Run with:

git clone https://github.com/RenderKit/superbuild
cd superbuild
mkdir build
cd build
cmake ..
cmake --build .

To validate OSPRay Studio's python bindings:

export LD_LIBRARY_PATH=<install_path>/lib
export PYTHONPATH=<install_path>/lib
python3 <build_path>/ospray_studio/source/pysg/tutorial/sgTutorial.py

By default, all projects will be installed into build/install (if following the above instructions exactly), unless CMAKE_INSTALL_PREFIX is set to somewhere else.

About

Intel oneAPI RenderKit CMake superbuild

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages