apache guacamole 빌드

http://guacamole.apache.org/
https://gist.github.com/cyrex562/6abbe01a82ddc654b0cff006dfa3d935

apt-get -y update
apt-get -y upgrade
apt-get -y dist-upgrade
apt-get -y install libcairo2-dev
apt-get -y install libjpeg-turbo8-dev
apt-get -y install libpng12-dev
apt-get -y install libossp-uuid-dev
apt-get -y install libfreerdp-dev
apt-get -y install libpango1.0-dev
apt-get -y install libssh2-1-dev
apt-get -y install libtelnet-dev
apt-get -y install libvncserver-dev
apt-get -y install libpulse-dev
apt-get -y install libssl-dev
apt-get -y install libvorbis-dev
apt-get -y install libwebp-dev
apt-get -y install git
apt-get -y install build-essential
apt-get -y install autoconf
apt-get -y install libtool
apt-get -y install oracle-java8-installer
apt-get -y install tomcat8
apt-get -y install tomcat8-admin
apt-get -y install tomcat8-common
apt-get -y install tomcat8-docs
apt-get -y install tomcat8-user
apt-get -y install maven
apt-get -y install mysql-server
apt-get -y install mysql-client
apt-get -y install mysql-common
apt-get -y install mysql-utilities
apt-get -y install libpulse-dev
apt-get -y install libvorbis-dev
apt-get -y install freerdp
apt-get -y install ghostscript
apt-get -y install wget
apt-get -y clean
apt-get -y -f autoremove
apt-get -y autoclea

./configure --prefix=/work \
--disable-all \
--enable-avcodec \
--enable-avfilter \
--enable-avformat \
--enable-encoder=rawvideo,mpeg4 \
--enable-ffmpeg \
--enable-filter=scale \
--enable-gpl \
--enable-muxer=rawvideo,mov,mp4 \
--enable-pic \
--enable-protocol=file \
--enable-small \
--enable-static \
--enable-swresample \
--enable-swscale \
--with-libavutil \
--with-libswscale \
--with-pango \
--with-pulse \
--with-rdp \
--with-ssh \
--with-ssl \
--with-telnet \
--with-terminal \
--with-vnc \
--with-vorbis \
--with-webp
위로 스크롤