Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lun-4/montagd
- Owner: lun-4
- License: cc0-1.0
- Created: 2023-09-02T20:21:09.000Z (over 1 year ago)
- Default Branch: mistress
- Last Pushed: 2024-10-07T02:12:59.000Z (3 months ago)
- Last Synced: 2024-12-01T10:54:19.382Z (about 1 month ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```