Skip to content

Commit 9b7534d

Browse files
committed
Warn about unsupported new pycparser version
1 parent ec77027 commit 9b7534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Run *generate.sh* on Linux to (re)generate *lib* and *obj* source files based on CSFML's header files.
22

3-
This automatic generator expects the header files to be under *CSFML/include/SFML*. It requires [Python][] 3.3+ and [pycparser][].
3+
This automatic generator expects the header files to be under *CSFML/include/SFML*. It requires [Python][] 3.3+ and '[pycparser][]==**2.1.0**'.
44

55
The generator's code is very messy, and there are some specific replacements that make the word "automatic" a bit dishonest. Still, it should allow transitioning to new CSFML versions with little to no intervention.
66

0 commit comments

Comments
 (0)