NextSpace 0.90
Numerous fixes and improvements.
Switched to latest GNUstep and stock LLVM/clang.
Look into changelog for details.
This release was built for 3 distributions of RedHat family: CentOS 7, CentOS 8 and Fedora 31.
Packages are bundled into .tgz file for particular distribution and contains install script that automates all steps described in "Install Guide 0.85".
So, this time install process quite simple (example for CentOS 7):
- Download .tgz archive:
# curl -L -O https://github.com/trunkmaster/nextspace/releases/download/0.90/NextSpace-0.90-CentOS_7.tgz
- Unpack it:
# tar zxf NextSpace-0.90-CentOS_7.tgz
- Switch to the
NextSpace-0.90
directory and run installer script as root:
# cd NextSpace-0.90
# ./nextspace_install.sh
- Answer to the questions of nextspace_install.sh.