...
Code Block | ||
---|---|---|
| ||
# crosvm HEAD revision: 1eca601ea export RUSTFLAGS='-Clink-arg=-L='"${PREFIX}"/lib/x86_64-linux-gnu/ cd rutabaga_gfx/ffi make make prefix="${PREFIX}" install |
Important: if the Makefile
did not find gfxstream with pkg-config
, the library is built without the gfxstream feature. Make sure this step has worked.
2.1.4 Build qemu
binary
After all that, go back to qemu/build
and build QEMU:
...