Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinkiama/ncurses-vala-meson-demos

ncurses vala demos built with meson
https://github.com/colinkiama/ncurses-vala-meson-demos

curses demo demos meson ncurses vala

Last synced: about 8 hours ago
JSON representation

ncurses vala demos built with meson

Awesome Lists containing this project

README

        

# ncurses-vala-meson-demos

Rebuilding the [existing ncurses vala demos](https://github.com/kucaahbe/ncurses.vala) with more modern build tooling

## Prerequisites

```
libncurses
valac
```

## Building

```bash
meson build --prefix=/usr
cd build
ninja
```

All the demos will be available in the `build` of the project e.g `build/src/`.