The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.
The GNUstep makefile package is a simple, powerful and extensible way to write makefiles for a GNUstep-based project. It allows the user to write a project without having to deal with the complex issues associated with configuration, building, installation, and packaging. It also allows the user to easily create cross-compiled binaries.
To install gnustep-make-cocoa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnustep-make-cocoa
To see what files were installed by gnustep-make-cocoa, run:
port contents gnustep-make-cocoa
To later upgrade gnustep-make-cocoa, run:
sudo port selfupdate && sudo port upgrade gnustep-make-cocoa
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.