C-Octo ported to the Zig build system
Find a file
2025-04-14 21:42:10 +01:00
.gitignore Commit everything so far 2025-04-14 21:00:25 +01:00
build.zig Commit everything so far 2025-04-14 21:00:25 +01:00
build.zig.zon Clean build.zig.zon 2025-04-14 21:42:10 +01:00
LICENSE Add README and LICENSE 2025-04-14 21:12:04 +01:00
README.md Add README and LICENSE 2025-04-14 21:12:04 +01:00

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.