mirror of https://github.com/nakamochi/ndg
C style is now fixed by .clang-format. a handy script to check all source code formatting is in tools/fmt-check.sh. |
||
---|---|---|
doc | ||
lib | ||
src | ||
tools | ||
.clang-format | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.zig |
README.md
build for rpi:
zig build -Dtarget=aarch64-linux-musl -Ddriver=fbev -Drelease-safe -Dstrip
otherwise just zig build
on dev host