mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-22 17:12:25 -05:00
Merge pull request #797 from RetroSoftwareRepository/patch-2
Update readme.md, properly.
This commit is contained in:
commit
ede1eb651e
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ Run ClassiCube.exe, then click Singleplayer at the main menu.
|
|||
**Multiplayer**
|
||||
Run ClassiCube.exe. You can connect to LAN/locally hosted servers, ~~minecraft.net servers,~~ and classicube.net servers through the launcher.
|
||||
|
||||
###### *Stuck with OpenGL 1.1 due to old graphics hardware?*
|
||||
Compile the game yourself with the following flag described below. For compiling the game, see the corresponding command for BSD, macOS (32 bit or 64 bit), or Linux operating systems.
|
||||
|
||||
*If you need to use the OpenGL 1.1 hardware renderer due to a non upgradable, older GPU, such as an ATI RAGE series card in an older laptop or PowerPC Mac with an integrated ATI or nVidia chip, add `-DCC_BUILD_GL11` as a compilation flag **before the optimize flag**. The game **will not run** without this flag on older GPUs under the above operating systems.
|
||||
|
||||
###### *Windows specific*
|
||||
*If you are stuck using the built-in OpenGL 1.1 software renderer, you can use the MESA software renderer from [here](http://download.qt.io/development_releases/prebuilt/llvmpipe/windows/) for slightly better performance. Typically though, this occurs because you have not installed GPU drivers.*
|
||||
|
||||
|
|
Loading…
Reference in a new issue