working on xpm support

This commit is contained in:
2023-04-05 01:11:49 +02:00
parent c85c12bfaf
commit 27000b6163
10 changed files with 110 additions and 82 deletions

View File

@@ -29,6 +29,7 @@ For Arch based distros
3. Compile your project
If you didn't disable Xpm support you'll have to link `libXpm`. You can remove it if you used `#define MLX_NO_XPM` before including `mlx.h`
```bash
clang myApp.c MacroLibX/libmlx.so -lSDL2
clang myApp.c MacroLibX/libmlx.so -lSDL2 -lXpm
```