git clone https://github.com/EzerTheKing/HelloWindow_Bazel_C.git
Sorry user Windows, i love Linux.:) (͡° ͜ʖ ͡°)
Linux:
Arch/Artix: sudo pacman -S clang bazel glfw mesa glfw-wayland wayland wayland-protocols libxkbcommon (I RECOMEND) -> {zed(minimal code editor) hyperland(Linux)}
NixOS: environment.systemPackages = with pkgs; [
glfw-wayland
glfw
clang
bazel
wayland
wayland-protocols
libxkbcommon
];
bazel query //:*
bazel build //...