]> git.lizzy.rs Git - nothing.git/blobdiff - README.md
Merge pull request #755 from tsoding/742
[nothing.git] / README.md
index f724953151456539890f6f81884745f422bd6341..811cab586ca189461bead5996a5fc04a3c8481f6 100644 (file)
--- a/README.md
+++ b/README.md
 $ sudo apt-get install gcc cmake libsdl2-dev libsdl2-mixer-dev python3 inotify-tools
 ```
 
+### MacOS
+
+```console
+$ brew install gcc cmake sdl2 sdl2_mixer python3
+```
+
 ### NixOS
 
 For [NixOS] we have a development environment defined in [default.nix]
@@ -30,6 +36,12 @@ with `nix-shell` command:
 $ nix-shell
 ```
 
+### Arch Linux
+
+```console
+$ sudo pacman -S gcc cmake sdl2 sdl2_mixer python inotify-tools
+```
+
 ### Windows
 
 See [Build on Windows][build-on-windows] section.