From 27a28d751da8001f0b14e675e218a323559a7449 Mon Sep 17 00:00:00 2001 From: gbmor Date: Wed, 15 Apr 2020 23:24:47 -0400 Subject: extra info on building objc projects --- pages/gcc8.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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](/) -- cgit 1.4.1-2-gfad0