oh! ill check that out soon then! thx
butchwolfwood
Recent community posts
hello! this app looks lovely and i've had fun playing with it on web, but i'd like to have it running natively on my distro based on fedora atomic, for some reason 'make decker' gives a fatal error based on sdl2. here's what the terminal gives me:
-----------
mrey@bazzite:~/decker$ make decker
make: sdl2-config: No such file or directory
In file included from ./c/decker.c:3:
./c/dom.h:333:21: warning: initializer-string for array of ‘char’ truncates NUL terminator but destination lacks ‘nonstring’ attribute (66 chars into 65 available) [-Wunterminated-string-initialization]
333 | char base64_enc[65]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./c/decker.c:7:10: fatal error: SDL_version.h: No such file or directory
7 | #include <SDL_version.h>
| ^~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:87: c/build/decker] Error 1
--------------
i'm basically useless when it comes to this level of using linux, if you know how to help, explain like i'm stupid! i genuinely don't know anything and get things mixed up if i try to look into things myself