RenderKit / embree

Embree ray tracing kernels repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation on Arch Inux

MASALTA opened this issue · comments

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

Embree is available as normal package, just do

sudo pacman -S embree

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