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
rawstor/qemu
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Languages
- C 79.9%
- C++ 11.5%
- Python 4.4%
- Shell 1.5%
- Assembly 0.7%
- Meson 0.6%
- Other 1.4%