Skip to content

Commit 5a18355

Browse files
authored
doc: specify build requirements more exactly (#1866)
SLADE uses wxBitmapBundle, first introduced with wx 3.1.6. SLADE uses mpg123_ssize_t, first introduced with mpg123 1.28.1.
1 parent 3b82f41 commit 5a18355

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

COMPILE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
### Mandatory build-time requirements
44

5-
* C++17 compiler (e.g. g++ 8.x)
5+
* C++17 compiler (e.g. g++ >= 8.x)
66
* bzip2 library
77
* ftgl, an OpenGL font managing library
8-
* mpg123 library
8+
* mpg123 library >= 1.28.1
99
* OpenGL
1010
* SFML
11-
* wxWidgets 3.x
11+
* wxWidgets >= 3.3.1 (it may build with lesser, but that is not recommended due
12+
to known bugs)
1213
* zlib
1314
* libwebp
1415

0 commit comments

Comments
 (0)