You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generate/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Run *generate.sh* on Linux to (re)generate *lib* and *obj* source files based on CSFML's header files.
2
2
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**'.
4
4
5
5
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.
0 commit comments