You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Section 1.6 - Getting Started - Installing Git - Installing from source
File: \book\01-introduction\sections\installing.asc line: 108
$ make configure
I created a whole new Ubuntu OS on VM for testing how to install git.
(Actually, I am going to test user.useconfigonly feature on Linux.)
I failed on make configure, then I did:
$ sudo apt-get install dh-autoreconf
Better to mention autoreconf in book? Is it a dependency? (I am newbie to Ubuntu. 😃 )