Changes

Jump to navigation Jump to search

Installation on other distributions

59 bytes added, 07:02, 8 March 2020
add libXfixes-devel to fedora dependencies
<syntaxhighlight lang=bash>
yum install make cmake binutils-devel SDL2-devel SDL2_ttf-devel nettle-devel spice-protocol fontconfig-devel libX11-devel egl-wayland-devel wayland-devel mesa-libGLU-devel mesa-libGLES-devel mesa-libGL-devel mesa-libEGL-devel libXfixes-devel
</syntaxhighlight >
mkdir client/build
cd client/build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
make
</syntaxhighlight>
You can call the client from the build directory; or, you can make it callable generally by adding the directory to your path or issuing
<syntaxhighlight lang=bash>
ln -s $(pwd)/looking-glass-client /usr/local/bin/
</syntaxhighlight>
from the build directory.
=== libvirt Configuration ===
Anonymous user

Navigation menu