Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/love-you-mom

Tells your mom (or dad) that you love them | Mirror of https://paltepuk.xyz/cgit/love-you-mom.git/about/
https://github.com/ona-li-toki-e-jan-epiphany-tawa-mi/love-you-mom

fun posix terminal termios zig

Last synced: about 1 month ago
JSON representation

Tells your mom (or dad) that you love them | Mirror of https://paltepuk.xyz/cgit/love-you-mom.git/about/

Awesome Lists containing this project

README

        

# love-you-mom

Tells your mom (or dad) that you love them.

Press ANY KEY to exit.

## How to build

Depdenencies:

- libc.
- zig 0.13.0 (other versions may work) - [https://ziglang.org](https://ziglang.org/)
- POSIX system.

There's a `flake.nix` you can use to generate a development enviroment with
`nix develop`.

Then, run the following command(s):

```sh
zig build
```

You can append the following arguments for different optimizations:

- `-Doptimize=ReleaseSafe` - Faster.
- `-Doptimize=ReleaseFast` - Fasterer, no safety checks.
- `-Doptimize=ReleaseSmall` - Faster, smaller binaries, no safety checks.

The executable will appear in `zig-out/bin/`.

## Installation

You can install it with Nix from my personal package repository
[https://github.com/ona-li-toki-e-jan-Epiphany-tawa-mi/epitaphpkgs](https://github.com/ona-li-toki-e-jan-Epiphany-tawa-mi/epitaphpkgs).