]> git.lizzy.rs Git - nothing.git/blobdiff - README.md
(#606) Implement ListSelector ctor/dtor
[nothing.git] / README.md
index 1cf1aa14c8b7ff95cdf983937ec9e23b4d5b99cb..811cab586ca189461bead5996a5fc04a3c8481f6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,8 +7,6 @@
 
 ## Dependencies
 
-<!-- TODO: README deps are outdated -->
-
 - [gcc]
 - [cmake]
 - [python3]
 $ 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]
 with all of the required dependencies. You can enter the environment
-`nix-shell` command:
+with `nix-shell` command:
 
 ```console
 $ 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.