diff --git a/pages/gcc8.md b/pages/gcc8.md index 10ab15a..6accfe1 100644 --- a/pages/gcc8.md +++ b/pages/gcc8.md @@ -17,4 +17,15 @@ conflict with `gcc` in base. The exception being `gnat`. +`GNUstep` is available if you would like to develop using Objective-C. The +following should be added to `~/.kshrc`: + +``` +export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles +. /usr/local/share/GNUstep/Makefiles/GNUstep.sh +``` +You will also need to call `gmake` rather than `make` when building Objective-C +code. See [this StackOverflow post](https://stackoverflow.com/questions/14441852/how-to-build-gnustep-programs-on-openbsd) +for more information. + [back](/)