Skip to content

Commit

Permalink
Mac stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
yancouto committed Jul 3, 2021
1 parent a1dbd2f commit 0732fcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ package-lock.json
# Steam sdk
/sdk/
/*.dll
/*.dylib
/steam_api64.lib
/steam_appid.txt
**/.DS_Store
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0732fcb

Please sign in to comment.