Skip to content

Commit

Permalink
build/run instructions and zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalabro committed Dec 13, 2024
1 parent f0c6e27 commit 73278b7
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@

[![CI](https://github.com/jcalabro/stockfish/actions/workflows/zig-build.yml/badge.svg)](https://github.com/jcalabro/stockfish/actions/workflows/zig-build.yml)

Zig build for [Stockfish 17](https://github.com/official-stockfish/Stockfish/tree/sf_17)
Zig build for [Stockfish 17](https://github.com/official-stockfish/Stockfish/tree/sf_17). Requires zig 0.13.0.

Usage

```
# Build Stockfish
zig build
# Build and run
zig build run
# Show build options
zig build -h
```

0 comments on commit 73278b7

Please sign in to comment.