Skip to content

Commit 024a992

Browse files
committed
Formated readme
1 parent ab90a47 commit 024a992

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@ To build the unit test and sample code, feed a second parameter
122122
TARGET=sampleirrlicht Build the Irrlicht binding sample application.
123123

124124
## Compatibility -- Tested compilers and OSes
125-
The below cases were based on the old 1.5 version. Since version 1.6, C++11 compiler is required, and VC 2015 and GCC 4.9.1 were tested.
126-
Windows XP, Microsoft Visual C++ 2008 Express and Microsoft Visual C++ 2010 Professional
127-
Windows XP, MingW GCC 3.4.2, 4.4.0 and 4.5.2
128-
Windows XP, Embarcadero C++ Builder 2010
129-
Linux (Ubuntu 11.04 in VirtualBox), GCC 4.5.2
130-
Linux (Ubuntu 11.04 in VirtualBox), Intel C++ Compiler Composer XE
131-
Mac 10.6.8, GCC 4.4.0
125+
* The below cases were based on the old 1.5 version. Since version 1.6, C++11 compiler is required, and VC 2015 and GCC 4.9.1 were tested.
126+
* Windows XP, Microsoft Visual C++ 2008 Express and Microsoft Visual C++ 2010 Professional
127+
* Windows XP, MingW GCC 3.4.2, 4.4.0 and 4.5.2
128+
* Windows XP, Embarcadero C++ Builder 2010
129+
* Linux (Ubuntu 11.04 in VirtualBox), GCC 4.5.2
130+
* Linux (Ubuntu 11.04 in VirtualBox), Intel C++ Compiler Composer XE
131+
* Mac 10.6.8, GCC 4.4.0
132132

133133
## Required third party library -- None for the major libraries
134134
* For Lua binding, Lua library is required.

0 commit comments

Comments
 (0)