To build apkeep from source, simply install rust and in the repository path run
cargo buildIf you wish to build the release version, run
cargo build --releaseThis will compile the binaries and put them in a new target/ path.
To build and run all in one step, run
cargo run -- ARGSor
cargo run --release -- ARGS