Linux#
Installation (simple)#
Ensure you have bash
, curl
, and sudo
installed and working. Then run the following command in your terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install)"
This will install GNUstep with most modern features enabled, including a recent version of Clang, support for ARC and other modern Objective-C features, typed selectors, ICU support in NSString, NSLocale, and similar classes, and Grand Central Dispatch. It installs from the master
or main
branch of most repositories.
Avoid your distribution packages – it is often outdated and sometimes is compiled using GCC, which disables ARC and modern Objective-C features.