티스토리 뷰
- Install libevent
- browse http://libevent.org and download the latest version of libevent.
- tar zxf libevent.tar.gz
- cd libevent
- ./configure --prefix=/usr/local
- make && make install
- Install ncurses
- browse http://ftp.gnu.org/gnu/ncurses and download the latest version of ncurses.
- tar zxf ncurses.tar.gz
- cd ncurses
- ./configure --prefix=/usr/local
- make && make install
- Install tmux
- Cygwin :
- install autoconf, automake, and pkg-config to cygwin if not.
- git clone http://git.code.sf.net/p/tmux/tmux-code tmux-tmux-code
- cd tmux-tmux-code
- ./autogen.sh (will see many warnings; if it complains about \r not found, convert autogen.sh to use Unix line endings with mv autogen.sh temp.sh; dos2unix -o autogen.sh temp.sh)
- run "./configure --prefix=/usr/local" if failed to make Makefile
- CFLAGS="-I/usr/local/include/ncurses" ./configure --prefix=/usr/local
- make && make install
- Linux or Unix :
- browse http://tmux.sourceforge.net and download the latest version of tmux.
- tar zxf tmux.tar.gz
- cd tmux
- CFLAGS="-I/usr/local/include -I/usr/local/include/ncurses"
- LDFLAGS="-L/usr/local/lib"
- ./configure --prefix=/usr/local
- make && make install
- Configure tmux
- to use the Solarized color scheme, see here.
- to manually adjust colors, fonts, cursor shape, and more right-click the window title bar and select "Options...".
- create a .tmux.conf file include at least this line so the mouse and arrow keys can be used to switch panes:
set -sg escape-time 250
- for more information about tmux configuration, see here.
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- POP1
- 재분석자료
- 서울대학교
- Ocean Circulation
- 수치모형
- 대기순환모형
- 초단기
- Scientific Visualization
- 접합모형
- Tsunami
- CGCM
- 수치모델
- WWW
- 과학가시화
- 기후변화
- CCSM3
- Tide
- 조석
- 수치예보
- 연세대학교
- Numerical Model
- GFDL
- Reanalysis
- Linux
- OGCM
- 쓰나미
- Numerical Models
- AGCM
- cluster
- 해양순환모형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함