RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.32k stars 383 forks source link

installation on Arch Inux #465

Closed MASALTA closed 5 months ago

MASALTA commented 9 months ago

Hi, Can anyone tell me how install the Embree on my Arch Linux please? Thanks

johguenther commented 9 months ago

Embree is available as normal package, just do

sudo pacman -S embree
freibold commented 5 months ago

As @johguenther already mentioned, there is an Embree package for Archlinux https://archlinux.org/packages/extra/x86_64/embree/ that you should be able to install using pacman. Alternatively you can download a prebuild version for Linux: https://github.com/embree/embree/releases or you can compile Embree from source on Archlinux, too: https://github.com/embree/embree/blob/master/README.md#linux-and-macos