qit icon indicating copy to clipboard operation
qit copied to clipboard

How to build on macOS

Open queer opened this issue 1 year ago • 0 comments

Run the following magic command so that libssl and libgit will build. Requires Nix.

$ nix-shell -p openssl libiconv pkg-config darwin.apple_sdk.frameworks.Security zlib --run "cargo build --release"

queer avatar Apr 11 '24 15:04 queer