Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
git clone git@githubhttps://github.com:/google/crosvm.git

You will also need rust/cargo.

...

Code Block
languagebash
# 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

...