Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.
Nelson Martell edited this page Aug 24, 2017 · 4 revisions

Welcome to the git-po wiki!

Build Git

Installing dependencies

Minimal dependencies

sudo dnf install dh-autoreconf curl-devel expat-devel gettext-devel openssl-devel perl-devel zlib-devel

or

sudo apt-get install dh-autoreconf libcurl4-gnutls-dev libexpat1-dev gettext libz-dev libssl-dev

Optional dependencies:

sudo dnf install asciidoc xmlto docbook2X getopt

Addtionally, due to binary name differences: sudo ln -s /usr/bin/db2x_docbook2texi /usr/bin/docbook2x-texi

or

sudo apt-get install asciidoc xmlto docbook2x getopt

Note: For further info, check "Installing from sources" in https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Clone this wiki locally