Changes

From Amahi Wiki
Jump to: navigation, search
3 bytes added ,  01:22, 10 October 2016
Download Guacamole Server
{{Code|Code = sudo wget https://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.9.tar.gz}}
 
Unpackage it
{{Code|Code = tar -xzf guacamole-server-0.9.9.tar.gz}}
 
Move to the Guacamole source code directory
{{Code|Code = cd guacamole-server-0.9.9/}}
 
Configure, make and install it.
{{Code|Code = sudo ./configure --with-init-dir=/etc/init.d}}
128

edits