Skip to content

synqa/zig-ncurses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zig Build System for ncurses

This project is ncurses ported to the zig build system.

It works on x86_64-linux-gnu, at least, but I'm not entirely confident about it. Contribution are very welcome. The contents of the auto directory consist of copies of the generated files. Contributions to port these to build.zig are also welcome.

Usage

First, fetch this packages.

zig fetch --save git+https://github.com/synqa/zig-ncurses

Then, link to your project on build.zig.

const ncurses = b.dependency("ncurses", .{
    .target = target,
    .optimize = optimize,
});

your_project.root_module.linkLibrary(ncurses.artifact("libncursesw"));

About

ncurses ported to the zig build system

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE-ncurses

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors