Skip to content

Commit

Permalink
Mark deps only for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Oct 16, 2023
1 parent fac311c commit 2472c65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ but you can add more frameworks by adding them to the modules array in `meson.bu
Be aware that some frameworks are not available on Linux, and you will need to use a different implementation.

## Dependencies
- A working GNUstep installation with Objective-C 2.0 support (libobjc2, gnustep-make, gnustep-base)
### Linux
- A working GNUstep installation with Objective-C 2.0 support (libobjc2, gnustep-make, gnustep-base).
Please note that as of writing this, the GNUstep debian packages do not support Objective-C 2.0, and use the GCC runtime.

## Building
Expand Down

0 comments on commit 2472c65

Please sign in to comment.