diff --git a/README.md b/README.md index 8b5bb0d..a957d98 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ Of course it is not without usage, I will prepare the app to be hooked in Hyprla - SDL3 ## Installations -#### Macos +> As of now the only like-indented working implementation is for macOS. + +#### macOS - `brew install sdl3` - clone this repo and navigate into it - `gcc SimpleImageViewer.c -o SimpleImageViewer -Wall -Werror -o3 $(pkg-config --cflags --libs sdl3)` or with `clang` +- additional compiler arguments for ide: `-I/opt/homebrew/include -L/opt/homebrew/lib -Wl,-rpath,/opt/homebrew/lib -lSDL3 ` #### Linux -- TODO +- `sudo pacman -S sdl3 --noconfirm` +- `gcc SimpleImageViewer.c -o SimpleImageViewer -Wall -Werror -o3 $(pkg-config --cflags --libs sdl3) -lm` or with `clang`