...
Code Block | ||
---|---|---|
| ||
git clone git@githubhttps://github.com:/google/crosvm.git |
You will also need rust/cargo.
...
Code Block | ||
---|---|---|
| ||
# crosvm HEAD revision: 1eca601ea git clone https://github.com/google/crosvm export RUSTFLAGS='-Clink-arg=-L='"${PREFIX}"/lib/x86_64-linux-gnu/ cd crosvm/rutabaga_gfx/ffi make make prefix="${PREFIX}" install |
...