Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lun-4/montagd

montage-ish binary built on libgd
https://github.com/lun-4/montagd

Last synced: about 1 month ago
JSON representation

montage-ish binary built on libgd

Awesome Lists containing this project

README

        

# montagd
montage-ish binary built on libgd

## how

- get zig 0.13.0 https://ziglang.org
- get libgd and respective library headers

```
git clone ...
cd ...
zig build

# for production
zig build -Doptimize=ReleaseSafe -Dcpu=skylake_avx512
# or
zig build -Doptimize=ReleaseSafe -Dcpu=znver3
# etc, use `zig targets` to find out
```