working on xpm support

This commit is contained in:
kbz_8
2023-04-06 12:56:36 +02:00
parent 83e6ebb430
commit 0466c40242
6 changed files with 83 additions and 74 deletions

View File

@@ -29,7 +29,6 @@ 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 -lXpm
clang myApp.c MacroLibX/libmlx.so -lSDL2
```