Skip to content

Commit

Permalink
Merge pull request #14 from jf514/foat_bug_fix_1
Browse files Browse the repository at this point in the history
Added missing info to README.md
  • Loading branch information
BachiLi authored Jan 12, 2024
2 parents fae91ae + 282c3b3 commit 8e52d92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ If you are on Unix systems, try
mkdir build
cd build
cmake ..
cmake --build .
```
It requires compilers that support C++17 (gcc version >= 8, clang version >= 7, Apple Clang version >= 11.0, MSVC version >= 19.14).

Apple M1 users: you might need to build Embree from scratch since the prebuilt MacOS binary provided is built for x86 machines.
Apple M1 users: you might need to build Embree from scratch since the prebuilt MacOS binary provided is built for x86 machines. (But try build command above first.)

# Run
Try
Expand Down

0 comments on commit 8e52d92

Please sign in to comment.