Open spitfire21 opened 2 weeks ago
Hello @spitfire21 the reason for not provifing linux libraries is that they depend on libc which breaks compatiblity with every releases of glibc. But there is not really a need, since basically every linux distro provides a package for libyaml. And there is a build command provided in the justfile
. Just execute just build
and the library files will be created under lib/linux
. Just make sure to checkout the submodule.
Thanks for generating these bindings for Odin. Is there any reason that the linux libraries are missing under libs/ ?