Changes

Jump to navigation Jump to search

Installation on other distributions

37 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 >
===== Gentoo =====
First set up the necessary USE flagsif needed:
<syntaxhighlight lang=bash>
echo "media-libs/libsdl2 gles" | sudo tee --append >> /etc/portage/package.use/libsdl2 >/dev/nullecho "media-libs/nettle gmp" | sudo tee --append >> /etc/portage/package.use/nettle >/dev/null
</syntaxhighlight>
Then fetch the packages:
emerge @setfile
</syntaxhighlight>
Make looking-glass callable by calling it from the build directory, adding the directory to your path, or issuing
<syntaxhighlight lang=bash>
ln -s $(pwd)/looking-glass-client /bin/
</syntaxhighlight>
from the build directory.
==== Downloading ====
mkdir client/build
cd client/build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ../
make
</syntaxhighlight>
Should this all go well you should be left with the file '''looking-glass-client'''. Before you run the client you will first need to configure either Libvirt or Qemu (whichever you prefer) and then set up the Windows side service.
 
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