Typo fix "testing" -> "tested"

This commit is contained in:
John Lorentzson 2025-04-26 16:02:59 +02:00
parent d5f4123cf3
commit 843facfdb6

View file

@ -4,7 +4,7 @@ This is a fork of [CSE2](https://github.com/gameblabla/CSE2) that implements a S
## Preparing your system ## Preparing your system
This project has only been testing on Solaris 2.6 running on a Sun Ultra 1 Creator. We're using the built-in X server, and GNU utilities from tgcware. This project has only been tested on Solaris 2.6 running on a Sun Ultra 1 Creator. We're using the built-in X server, and GNU utilities from tgcware.
- Ensure that GCC and its C++ components are installed and findable from your `PATH` variable. - Ensure that GCC and its C++ components are installed and findable from your `PATH` variable.
- Ensure that your X server starts in 24-bit color mode. This can be accomplished by adding `-dev /dev/fb defdepth 24` to the end of the one uncommented line in `/usr/dt/config/Xservers` and restarting the X server. - Ensure that your X server starts in 24-bit color mode. This can be accomplished by adding `-dev /dev/fb defdepth 24` to the end of the one uncommented line in `/usr/dt/config/Xservers` and restarting the X server.