summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-15 10:24:56 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-15 10:24:56 +0300
commit3ba9d5cf2c83aab0ada918dc618286f613fb263d (patch)
tree17d3d3e7570e570beffd4923d0c7c434835defdd /README.md
parent3efbc802805770e0fcd7bcb92e33b968ca3bef57 (diff)
Updated README with macOS notes
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8395f49..33becf7c 100644
--- a/README.md
+++ b/README.md
@@ -40,5 +40,13 @@ To install to "/dest/path":
40 40
41This will also install an XDG .desktop file for launching the app. 41This will also install an XDG .desktop file for launching the app.
42 42
43### macOS-specific notes
44
45When 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
49Also, 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