Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colinkiama/ncurses-vala-meson-demos
- Owner: colinkiama
- Created: 2022-01-07T03:01:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:36:02.000Z (10 months ago)
- Last Synced: 2024-10-12T18:52:13.990Z (about 1 month ago)
- Topics: curses, demo, demos, meson, ncurses, vala
- Language: Vala
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/`.