Raspberry Pi/Git Gnutls Error: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 3: Line 3:
<blockquote>
<blockquote>
<pre>
<pre>
sudo bash
sudo apt update
apt update
sudo apt install build-essential fakeroot dpkg-dev libcurl4-openssl-dev
apt install build-essential fakeroot dpkg-dev libcurl4-openssl-dev
sudo apt build-dep git
apt build-dep git
mkdir ~/git-openssl
mkdir ~/git-openssl
cd ~/git-openssl
cd ~/git-openssl

Revision as of 12:49, 1 February 2018

  • enable sources in /etc/apt/sources.list
  • build git from source with openssl:
sudo apt update
sudo apt install build-essential fakeroot dpkg-dev libcurl4-openssl-dev
sudo apt build-dep git
mkdir ~/git-openssl
cd ~/git-openssl
apt source git
dpkg-source -x git_1.7.9.5-1.dsc
cd git-1.7.9.5