GNU Screen - WindyHana's Solanara

목차

개요

설치

root@wl ~/src # wget http://ftp.gnu.org/gnu/screen/screen-4.0.3.tar.gz
root@wl ~/src # tar xvfz screen-4.0.3.tar.gz
root@wl ~/src # cd screen-4.0.3
root@wl ~/src/screen-4.0.3 # CFLAGS="-fast" ./configure --prefix=/usr/local --enable-telnet
root@wl ~/src/screen-4.0.3 # vi misc.c 1)
# if defined(linux) || defined(__convex__) || (BSD >= 199103) || defined(__sun)
root@wl ~/src/screen-4.0.3 # make
root@wl ~/src/screen-4.0.3 # make install
...
termcap entry (./terminfo/screencap) should be installed manually.
You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc
root@wl ~/src/screen-4.0.3 # mkdir -p /usr/local/etc
root@wl ~/src/screen-4.0.3 # cp ./etc/etcscreenrc /usr/local/etc/screenrc
1) 616번째 줄이다. 마지막에 || defined(_sun_) 를 넣는다. 다음 버전에는 수정되어있을 것이다.

사용

고급

Twitter RSS IconTexto 올바른 XHTML 1.0 Transitional 입니다 올바른 CSS입니다!