[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packages to Install on OpenBSD for command line-based GNUstep applic
From: |
Sebastian Reitenbach |
Subject: |
Re: Packages to Install on OpenBSD for command line-based GNUstep applications |
Date: |
Mon, 01 Jul 2024 22:28:00 +0200 |
User-agent: |
SOGoMail 5.9.1 |
Hi,
On Monday, July 01, 2024 20:55 CEST, Tito Mari Francis Escaño
<titomarifrancis@gmail.com> wrote:
> Hi,
> I would like to start learning Objective-C programming by writing command
> line-driven tools in Unix-like systems, in this case, particular to OpenBSD
> 7.5.
> What should be the minimum set of packages I should install to get started?
> Please advise.
> Thank you.
Speaking as the OpenBSD GNUstep package maintainer:
If you want to concentrate only on CLI stuff:
sudo pkg_add gnustep-base
otherwise, if you want to do GUI related things:
sudo pkg_add gnustep-base gnustep-back
If you want to use ProjectCenter and/or Gorm:
sudo pkg_add -i projectcenter gorm
If you want a full GNUstep desktop, including all above mentioned, and much
more, run:
pkg_add -i gnustep-desktop
and afterward checkout: /usr/local/share/doc/pkg-readmes/gnustep-desktop
The latest GNUstep release was after 7.5 release, if you want latest releases,
you'd
have to install a -snapshot.
cheers,
Sebastian