Mosh centos

yum -y install unzip gcc automake autoconf libtool libsysfs-dev glibc-headers gcc-c++ zlib-devel openssl-devel

git clone https://github.com/google/protobuf.git cd protobuf ./autogen.sh ./configure --prefix=/usr --libdir=/usr/lib64 make clean make && make install

git clone https://github.com/mobile-shell/mosh cd mosh ./autogen.sh ./configure make make install

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章