Git Installation

1) Install Dependencies

sudo yum install yum install curl-devel expat-devel gettext-devel   openssl-devel zlib-devel xmlto texinfo

    

    # asciidoc

    wget http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.6.9/asciidoc-8.6.9.zip?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fasciidoc%2F&ts=1460516543&use_mirror=iweb

    unzip asciidoc-8.6.9.zip

    cd asciidoc-8.6.9

    ./configure --prefix=/webapp/marlonm/asciidoc

    make install


    # docbook2X

    sudo cpan XML::SAX

    wget http://downloads.sourceforge.net/project/docbook2x/docbook2x/0.8.8/docbook2X-0.8.8.tar.gz?r=http%3A%2F%2Fdocbook2x.sourceforge.net%2F&ts=1460518049&use_mirror=liquidtelecom

    tar xf docbook2X-0.8.8.tar.gz

    cd docbook2X-0.8.8

    ./configure --prefix=/webapp/marlonm/docbook2X

    make

    make install 

    cd /webapp/marlonm/docbook2X/bin/

    ln -s docbook2texi docbook2x-texi

2) Install git

    wget https://www.kernel.org/pub/software/scm/git/git-2.8.1.tar.xz

    tar xf git-2.8.1.tar.xz

    cd git-2.8.1

    make configure

    ./configure --prefix=/webapp/marlonm/git

   make all doc info

make install install-doc install-html install-info

时间: 2024-08-04 11:26:07

Git Installation的相关文章

Git在Windows环境下配置Diff以及Merge工具---DiffMerge

参考出处:http://coding4streetcred.com/blog/post/Configure-DiffMerge-for-Your-Git-DiffTool主要转自:http://blog.csdn.net/u010232305/article/details/51767887 1.下载DiffMerge http://sourcegear.com/diffmerge/downloads.php,楼主选择的是 Windows Installer (64bit),安装直接下一步,这一

git(学习之二)编译安装

Git学习笔记#####################################################qq:1218761836 qq群:150181442##################################################### Git安装1.    Yum安装gityum install git –yyum install -y  git-email git-gui gitk git-svn git-cvs    其中git-svn  git

Git merge 冲突解决简明教程

目录 1.????概述????1 2.????从git difftool & mergetool 工具开始 – Beyond Compare????1 2.1.????下载安装Beyond Compare????1 2.2.????创建启动Beyond Compare脚本????1 2.2.1.????创建git-difftool-bcomp-wrapper.sh????2 2.2.2.????创建git-mergetool-bcomp-wrapper.sh????2 2.3.????设置环境变

vim学习之git for windows

这是我在博客园的第二篇文章,今晚是在线的特殊日子,应小编的要求不想多讲,喝了点酒,感觉到压力和挑战性,抽了几根烟,现在有点飘飘欲仙的感觉.在长江大学11教的6楼,是长大在线的办公室,这个晚上总是不关灯的办公室前面是荆州古城墙,后面是浪花淘尽多少风流人物的长江,还有大堤和南方. 之前提到过git for windows可以解决gvim插件安装繁琐的问题. 1.装git 在D:\Git\cmd下运行cmd输入git --version回车显示git版本号则表示安装成功. 2.写curl脚本 wind

git使用粗解

Git 使用教程 Installation 1.1           git installation in linux http://git-scm.com/downloads download sw package $tar -zxvf git-1.8.5.tar.gz $cd git-1.8.5 $./configure $make $sudo make install 1.2           git installation in windows msysgit是 Windows版

git简单使用记录(后续整理)

git installation in linux: http://git-scm.com/downloads  download sw package $tar -zxvf git-1.8.5.tar.gz $cd git-1.8.5 $./configure $make $sudo make install   git installation in windows: msysgit是 Windows版的Git ,从http://msysgit.github.io/ 下载,然后按默认选项安装

windows上安装Gvim记录

起因是对编程的兴趣,也捡起在学校时学的东西,想从头学习一门新的编程语言,经过筛选定为Python.编辑器想要选择一款轻量级又方便好用的软件,不需要庞大的IDE,经过在Linux上的试用,觉得VIm不错,网上也有在win上安装vim的教程,由此入坑,折腾得够呛... 一.下载安装Gvim 参考:http://www.cnblogs.com/zhcncn/p/4151701.html http://http://www.vim.org/ugrankar.pdf 1:安装Gvim,注意安装选项为"Fu

Install Visual Studio Tools for Apache Cordova

Install Visual Studio Tools for Apache Cordova Visual Studio 2013 This article refers to the Visual Studio Tools for Apache Cordova, which is pre-release software. The features described are in preview and are subject to change. You can download the

[转]Android How to Download and Make Volley.jar

原文来自:http://tips.androidhive.info/2015/08/android-how-to-download-and-make-volley-jar/ 1 Comment . By Ravi Tamada . on August 31, 2015 If you are using Android Studio, adding volley support can done just by adding ‘compile com.mcxiaoke.volley:library