C-Octo ported to the Zig build system
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
C-Octo Zig build
This is a port of C-Octo to the Zig build system. No changes were made to the original code.
Usage
To build the executables, clone this repository and use Zig:
# In the cloned folder
zig build -Doptimize=ReleaseFast -Dstrip=true
This will create 3 executables in zig-out/bin: octo-cli, octo-de, octo-run.
This build file hasn't been tested as a dependency in a project yet. If possible, more instructions will come.