ubuntu git 原始碼編譯安裝

2021-06-23 00:20:50 字數 434 閱讀 8639

本文發布時最新的git版本是1.7.4.3

安裝git依賴的工具和庫

sudo apt-get build-dep git-core git-doc

tar xf git-v1.7.4.3.tar.gz

cd git-git-b3229df

編譯make prefix=/usr/local all doc

如果此時編譯報錯

fatal error: openssl/ssl.h: no such file or directory

說明ssl開發包還沒安裝,執行

sudo apt-get install libssl-dev

安裝sudo make prefix=/usr/local install install-doc install-html

安裝完成後執行git --version測試

php swoole redis原始碼編譯安裝

tar zxvf php 7.2.4.tar.gz cd php 7.2.4 configure prefix usr local php make make install git clone cd swoole usr local php bin phpize configure with ph...

安卓原始碼閱讀 原始碼編譯

mkdir bin path bin path curl bin repo chmod a x bin repowget tsinghua edu cn aosp monthly aosp latest.tar tar xf aosp latest.tar cd aosp 解壓得到的 aosp 工程...

手動編譯原始碼安裝mysql 原始碼編譯安裝mysql

1 安裝mysql需要的依賴包 yum y install ncurses devel libaio devel 2 安裝編譯mysql需要的軟體 mysql 有3個版本分支 5.0 5.1系列 5.4 5.7系列 6.0 7.1群集產品系列 最早的mysql 5.0 5.1產品 直接.config...