A couple of clarifications in the readme

This commit is contained in:
Patrick Walton 2019-05-02 11:22:04 -07:00
parent cf3aadc4f2
commit cf3dcfdd0e
1 changed files with 5 additions and 2 deletions

View File

@ -54,11 +54,14 @@ Running the demo is as simple as:
$ RUSTFLAGS="-C target-cpu=native" cargo run --release $ RUSTFLAGS="-C target-cpu=native" cargo run --release
The SDL 2 library requires some additional manual installation steps. Follow the The SDL 2 library requires some additional manual installation steps. Follow the
[`rust-sdl2` installation instructions](https://github.com/Rust-SDL2/rust-sdl2#sdl20-development-libraries) to make sure the libraries are installed. [`rust-sdl2` installation instructions](https://github.com/Rust-SDL2/rust-sdl2#sdl20-development-libraries) to make sure the libraries are installed. Note that SDL2 is
only required to run the demo; Pathfinder itself has no dependency on the library.
On macOS, it is recommended that you force the use of the integrated GPU, as issues with Apple's On macOS, it is recommended that you force the use of the integrated GPU, as issues with Apple's
OpenGL drivers may limit performance on discrete GPUs. You can use OpenGL drivers may limit performance on discrete GPUs. You can use
[gfxCardStatus.app](https://gfx.io/) for this. [gfxCardStatus.app](https://gfx.io/) for this. See the
[wiki](https://github.com/pcwalton/pathfinder/wiki/GPU-driver-compatibility) for more information
on GPU compatibility issues.
## Authors ## Authors