screensaver/README.md

14 lines
389 B
Markdown

# Majora's Screensaver
Example C program with zig build that can target Windows, Mac and Linux.
## Instructions
1. [Download](https://ziglang.org/download/) Zig v0.15.2 (stable)
2. Ensure Zig is on your PATH
3. Navigate to our project's root directory
4. Call `zig build`
5. Run `./zig-out/bin/screensaver`
For Apple users who want a macOS app bundle, call `zig build bundle` instead.