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