To compile OpenDAL from source code, you need:
- Zig 0.11.0 or higher
Note:
0.11.0 is not released yet. You can use master instead before the official 0.11.0 released.
# build libopendal_c (underneath call make -C ../c)
zig build libopendal_c
# build and run unit tests
zig build test -fsummary