diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-15 10:24:56 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-15 10:24:56 +0300 |
commit | 3ba9d5cf2c83aab0ada918dc618286f613fb263d (patch) | |
tree | 17d3d3e7570e570beffd4923d0c7c434835defdd | |
parent | 3efbc802805770e0fcd7bcb92e33b968ca3bef57 (diff) |
Updated README with macOS notes
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -40,5 +40,13 @@ To install to "/dest/path": | |||
40 | 40 | ||
41 | This will also install an XDG .desktop file for launching the app. | 41 | This will also install an XDG .desktop file for launching the app. |
42 | 42 | ||
43 | ### macOS-specific notes | ||
44 | |||
45 | When using OpenSSL 1.1.1 from Homebrew, you must add its pkgconfig path to your `PKG_CONFIG_PATH` environment variable, for example: | ||
46 | |||
47 | export PKG_CONFIG_PATH=/usr/local/Cellar/openssl@1.1/1.1.1g/lib/pkgconfig | ||
48 | |||
49 | Also, SDL's trackpad scrolling behavior on macOS is not optimal for regular GUI apps because it emulates a physical mouse wheel. This may change in a future release of SDL, but at least in 2.0.12 a [small patch](https://git.skyjake.fi/skyjake/lagrange/raw/branch/dev/sdl2-macos-mouse-scrolling-patch.diff) is required to allow momentum scrolling to come through as single-pixel mouse wheel events. | ||
50 | |||
43 | [rel]: https://git.skyjake.fi/skyjake/lagrange/releases | 51 | [rel]: https://git.skyjake.fi/skyjake/lagrange/releases |
44 | [tf]: https://git.skyjake.fi/skyjake/the_Foundation | 52 | [tf]: https://git.skyjake.fi/skyjake/the_Foundation |