screen源码编译安装

# wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz
# tar -xvf screen-4.0.3.tar.gz
# cd screen-4.0.3
# ./configure
# make
# make install
# install -m 644 etc/etcscreenrc /etc/screenrc
# cp ./screen /bin

注意和一般程序的安装过程有所不同,后面这两条指令一定要执行。