centos7 install vim8

centos7 install vim8

Git and dependency

Git: https://github.com/vim/vim

# yum install -y perl-devel

configure

CFLAGS="-I/usr/lib64/perl5/CORE/"

./configure --with-features=huge             --enable-multibyte             --enable-rubyinterp=yes             --enable-pythoninterp=yes             --with-python-config-dir=/usr/lib/python2.7/config             --enable-python3interp=yes             --with-python3-config-dir=/usr/lib/python3.5/config             --enable-perlinterp=yes             --enable-luainterp=yes             --enable-gui=gtk2 --enable-cscope

# --prefix=/usr/local/vim8

install

make -j 3
make install

原文地址:https://www.cnblogs.com/muahao/p/10925483.html

时间: 2024-10-13 18:36:05

centos7 install vim8的相关文章

CentOS7 Install Shipyard

# 采集木jj 原文:http://www.cnblogs.com/caoguo/p/5735189.html # CentOS7 Install Shipyard# yum install docker# systemctl restart docker# docker login -u user-p password -e sample.aliyun.com registry.aliyuncs.com # 上面docker加速一大段实际就下面这一句# vi /etc/sysconfig/do

Centos7 install Openstack - (第四节)添加计算服务(Nova)

Centos7 install Openstack - (第四节)添加计算服务(Nova) 我的blog地址:http://www.cnblogs.com/caoguo 该文根据openstack官方文档配置 官方文档地址: http://docs.openstack.org/juno/install-guide/install/yum/content/# 0x01. Install and configure controller node (在控制节点安装配置一下内容) 一) 配置基本环境

CentOS7 Install Consul

Centos7 Install Consul 原文链接:http://www.cnblogs.com/caoguo/p/5959962.html 1) 环境 192.168.217.158 consul-1 192.168.217.159 consul-2 192.168.217.160 consul-3 192.168.217.161 agent-1 2) 安装 # yum install -y unzip # wget https://releases.hashicorp.com/consu

centos7 install httpd

[1]Install Httpd for Centos7-media # yum --enablerepo=centos7-media -y install httpd Installed:   httpd.x86_64 0:2.4.6-18.el7.centos [2]start httpd,开机启动 # systemctl start httpd.service # systemctl enable httpd.service ln -s '/usr/lib/systemd/system/h

centos7 install lnmp

centos7 install lnmp yum install epel-releaseyum install php php-fpm nginx mariadb-devel mariadb-server mariadb test php 模块 vim /etc/nginx/nginx.confnotice:在location 下面添加这一行就可以 location ~* \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_param SCRIPT_FI

centos7 install 安装mysql

CentOS 7的yum源中貌似没有正常安装mysql时的mysql-sever文件,需要去官网上下载 # wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm # rpm -ivh mysql-community-release-el7-5.noarch.rpm # yum install mysql-community-server   成功安装之后重启mysql服务 # service mysqld r

Centos7 安装vim8

一.卸载旧版本的vim yum -y remove vim* 二.安装终端字符处理库ncurses yum -y install ncurses-devel 三.下载Vim8 wget https://github.com/vim/vim/archive/v8.0.1772.tar.gz 四.编译安装 //解压文件 tar -zxvf v8.0.1772.tar.gz //切换目录 cd vim-8.0.1772 //指定安装路径 ./configure --prefix=/usr/local/

centos7 install nginx+fastdfs

说明:centos7单机部署 nginx fastdfs ## 创建一下目录作为存储数据图片的路径 可以自己定义 mkdir -pv /data/application/{storage,tracker,client} cd /data/application/ yum install lrzsz wget git gcc gcc-c++ zlib-devel cmake make git clone [email protected]:happyfish100/libfastcommon.gi

Centos7 install python-rrdtoll-1.47 erro

yum install pango*