Skip to content

allyourcodebase/libchdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

libchdr

This is libchdr, packaged for Zig.

Installation

First, update your build.zig.zon:

# Initialize a `zig build` project if you haven't already
zig init
zig fetch --save git+https://github.com/allyourcodebase/libchdr.git

You can then import libchdr in your build.zig with:

const bzip_dependency = b.dependency("libchdr", .{
    .target = target,
    .optimize = optimize,
});
your_exe.linkLibrary(bzip_dependency.artifact("chdr"));

About

libchdr ported to the zig build system

Resources

License

MIT, BSD-3-Clause licenses found

Licenses found

MIT
LICENSE
BSD-3-Clause
LICENSE-LIBCHDR

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages