We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7aec93 + 4ac22d5 commit 449305eCopy full SHA for 449305e
1 file changed
Documentation/docs/installation/INSTALL.md
@@ -113,7 +113,10 @@ Now the right branch is checked out and you can continue with the build.
113
Feel free to adapt the installation directory to your needs:
114
115
```
116
-$ CONFIG_IGVM=$HOME/igvminst ./configure --prefix=$HOME/bin/qemu-svsm/ --target-list=x86_64-softmmu --enable-igvm
+$ PKGCONFIG_PATH="${PKGCONFIG_PATH}:$HOME/igvminst/usr/lib/x86_64-linux-gnu/pkgconfig/" ./configure \
117
+ --prefix=$HOME/bin/qemu-svsm/ \
118
+ --target-list=x86_64-softmmu \
119
+ --enable-igvm
120
$ C_INCLUDE_PATH=$HOME/igvminst/usr/include/ LIBRARY_PATH=$HOME/igvminst/usr/lib/x86_64-linux-gnu/ ninja -C build/
121
$ make install
122
0 commit comments