Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages