Changes

Jump to navigation Jump to search

Installation on other distributions

573 bytes added, 03:03, 18 January 2020
<syntaxhighlight lang=bash>
zypper install make cmake binutils-devel libSDL2-devel libSDL2_ttf-devel libnettle-devel nettle spice-protocol-devel fontconfig-devel libX11-devel libconfig-devel libwayland-egl-devel libX11fixeslibXi-devel
</syntaxhighlight >
<syntaxhighlight lang=bash>
pacman -Syu binutils-dev sdl2 sdl2_ttf libx11 nettle fontconfig cmake fonts-freefont-ttf libsdl2-dev libsdl2-ttf-dev libspicespice-protocolgnu-dev bfontconfig1free-dev libx11-dev nettle-devfonts
</syntaxhighlight>
Or pull the lastest using the '''git''' command.
<syntaxhighlight lang=bash>
git clone --recursive https://github.com/gnif/LookingGlass.git
</syntaxhighlight >
The memory size (show as 32 in the example above may need to be adjusted as per [[Installation#Determining_Memory|Determining Memory]] section.
 
If you would like to use Spice to give you keyboard and mouse input along with clipboard sync support be sure to also do the following:
 
* Add a QXL video device, but in the type field type `none` (on older libvirt versions just disable the device in Windows Device Manager)
* Be sure to remove the virtual tablet pointing device.
* Be sure to add the virtual PS/2 Mouse device, and the Virtio keyboard device.
* Be sure that there is also a Spice Display configured (in addition to the video device)
 
If you want clipboard synchronization please see [[FAQ#How to enable clipboard synchronization via SPICE]]
=== Qemu Commands ===

Navigation menu