Skip to content

Commit 2a99493

Browse files
authored
Update README.md
1 parent 5f8c7d6 commit 2a99493

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@ https://github.com/fastrgv/RufasCube/releases/download/v4.2.4/kc26oct20.7z
1616

1717

1818

19-
# RufasCube -- using OpenGLAda Binding and FreeType Fonts (TTF).
19+
20+
# RufasCube with OpenAL Sound
21+
# using OpenGLAda Binding, FreeType Fonts (TTF).
2022

2123

2224
## What's new (newest at top of this list):
2325

2426

27+
**ver 4.3.0 -- 9nov20**
28+
* Completely new sound system using OpenAL binding;
29+
* Simpler, identical code for 3 platforms; simpler build process.
30+
31+
2532
**ver 4.2.4 -- 26oct20**
2633
* Completely removed sfml-audio sound;
2734
* Far simpler sound system is now being used.
@@ -73,12 +80,16 @@ Windows users see "windows-setup.txt".
7380
Unzip the archive. On Windows, 7z [www.7-zip.org] works well for this.
7481

7582
Open a commandline terminal, and cd to the install directory.
76-
83+
------------------------------------------------------------------
7784
Windows users can type "seven.bat" or "cube.bat".
7885

86+
------------------------------------------------------------------
7987
Linux users type "seven_gnu" or "cube_gnu" to start the game.
8088
You may also double click the icon for cube_gnu in file manager.
8189

90+
The distributed linux executables require glibc v2.14 or newer. That means if your distribution is older, it might not run, and you will need to recompile.
91+
92+
------------------------------------------------------------------
8293
Mac users note that this game may be initiated in two ways also. First, by opening a terminal, navigating to the install-directory, and typing "seven_osx" or "cube_osx" on the command line. Second by navigating to the installation directory in Finder and clicking the "seven.app" or "cube.app" icons named "RufasSeven" or "RufasCube".
8394
Note also that a 2-finger-swipe simulates the mouse wheel on a MacBook.
8495

@@ -316,3 +327,4 @@ https://github.com/fastrgv?tab=repositories
316327
* Font now resized per zoom level;
317328
* High contrast 3D fonts used now;
318329

330+

0 commit comments

Comments
 (0)