You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export PKG_CONFIG_PATH=${HOME}/local/lib/pkgconfig
mkdir build
cd build
../configure \
--extra-cflags="$(pkg-config --cflags rawstor)" \
--extra-ldflags="$(pkg-config --libs rawstor)"
make
About
Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.