From 0732fcb135e7d363686430cd20e016f35c97b0e2 Mon Sep 17 00:00:00 2001 From: Yan Soares Couto Date: Sat, 3 Jul 2021 20:13:22 +0100 Subject: [PATCH] Mac stuff --- .gitignore | 2 ++ README.md | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index b1d2e7e968..92272ff806 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,7 @@ package-lock.json # Steam sdk /sdk/ /*.dll +/*.dylib /steam_api64.lib /steam_appid.txt +**/.DS_Store diff --git a/README.md b/README.md index 8ab8a9fae0..35c5386696 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,15 @@ For the clipboard integration, you need some x11 dependencies. You might already For audio, you need openal and libsndfile. On Ubuntu-like, try: - `sudo apt-get install libopenal-dev libsndfile1-dev` +### Mac + +For ears, install: +- `brew install openal-soft libsndfile` + +And set `PKG_CONFIG_PATH` as specified in the install hints. + +To publish package, you need to copy the libsndfile and libopenal dylibs. + ## How to run ``` cargo run