PucklaJ / odin-yaml

Odin Bindings to libyaml
zlib License
1 stars 0 forks source link

Linux Libraries #1

Open spitfire21 opened 2 weeks ago

spitfire21 commented 2 weeks ago

Thanks for generating these bindings for Odin. Is there any reason that the linux libraries are missing under libs/ ?

PucklaJ commented 1 week 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.