cygwin下安装 tmux过程

xiaoxiao2021-02-28  101

今天在cygwin下安装 好了tmux,记录一下过程  wget https://github.com/libevent/libevent/releases/download/release-2.1.8-stable/libevent-2.1.8-stable.tar.gz tar xf libevent-2.1.8-stable.tar.gz cd libevent-2.1.8-stable ./configure --libdir=/usr/lib/ make make install cd .. git clone https://github.com/tmux/tmux.git cd tmux ./autogen.sh ./configure make make install

效果图如下:

转载请注明原文地址: https://www.6miu.com/read-35190.html

最新回复(0)