wget https://mirrors.aliyun.com/apache/guacamole/1.5.5/source/guacamole-server-1.5.5.tar.gz tar -xzf guacamole-server-1.5.5.tar.gz cd guacamole-server-1.5.5/
编译安装服务端
./configure --with-init-dir=/etc/init.d
运行后可以看到你安装的依赖
------------------------------------------------ guacamole-server version 1.5.5 ------------------------------------------------
Library status:
freerdp2 ............ yes pango ............... no libavcodec .......... no libavformat.......... no libavutil ........... no libssh2 ............. no libssl .............. yes libswscale .......... no libtelnet ........... no libVNCServer ........ yes libvorbis ........... no libpulse ............ no libwebsockets ....... no libwebp ............. no wsock32 ............. no
Protocol support:
Kubernetes .... no RDP ........... yes SSH ........... no Telnet ........ no VNC ........... yes
Services / tools:
guacd ...... yes guacenc .... no guaclog .... yes
FreeRDP plugins: /usr/lib/x86_64-linux-gnu/freerdp2 Init scripts: /etc/init.d Systemd units: no
Type "make" to compile guacamole-server.
编译安装,顺便缓存目录
make make install ldconfig mkdir -p /etc/guacamole/{extensions,lib}