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
Hi, yes I was not sure what to put as the default, --libs or --static-libs.
(My motivation with this binding was to make mini-games and post it on itch.io ; this is why I prefer a static version.)
Using OCamlSDL2 in my manjaro linux box was failed with below message.
In my linux box's
sdl2-config
,--static-libs
is commented.There are two ways tested and they all worked.
--static-libs
insdl2-config
and install withopam install ocamlsdl2
Makefile
asLIBS_ = $(shell sdl2-config --libs)
and build it (opam install .
in cloned source).I don't know which way is better, but wish that this will help someone who has a same issue like me.
My
/etc/lsb-release
isThank you.
The text was updated successfully, but these errors were encountered: