Skip to content

Commit

Permalink
Improve macos doc (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Oct 6, 2023
1 parent daf74fc commit 9c42477
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 3 additions & 1 deletion doc/user/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
| Debian-based Package | [F3D-2.2.1-Linux.deb](https://github.com/f3d-app/f3d/releases/download/v2.2.1/F3D-2.2.1-Linux-x86_64-raytracing.deb) |
| Linux (Portable) | [F3D-2.2.1-Linux.tar.xz](https://github.com/f3d-app/f3d/releases/download/v2.2.1/F3D-2.2.1-Linux-x86_64-raytracing.tar.xz) |

Note: MacOS package is not signed, see the [troubleshooting](LIMITATIONS_AND_TROUBLESHOOTING.md) section for a workaround if needed.

## Alternatives

You can find other (headless, older, smaller, checksum, RCs) release related packages and files on the [releases page](https://github.com/f3d-app/f3d/releases).
Expand Down Expand Up @@ -43,4 +45,4 @@ You can also find packages for the following repositories:

- [FreeBSD](https://cgit.freebsd.org/ports/tree/graphics/f3d)
- [Spack](https://packages.spack.io/package.html?name=f3d)
- [pypi](https://pypi.org/project/f3d/)
- [pypi](https://pypi.org/project/f3d/) (library only)
10 changes: 8 additions & 2 deletions doc/user/LIMITATIONS_AND_TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,15 @@ Your previous F3D installation is current being used to generate thumbnails, wai

## macOS

> Using the binary release, I'm unable to run F3D because macOS warns about F3D not being signed.
> I'm unable to use the binary release, macOS complains the file is invalid or corrupted
F3D is not signed by Apple yet so macOS shows this warning. To run F3D, right click on the app and click "open", then click "open" again to be able to run F3D.
Our macOS binary package are not signed, to work around this, you can simply run the following command:

```
xattr -cr /Applications/F3D.app
```

Then F3D should work as expected.

> Using the silicon binary release, I cannot find the raytracing feature or open exodus files
Expand Down

0 comments on commit 9c42477

Please sign in to comment.