Ubuntu build HOWTO: Suggest to install git instead of git-core
authorest31 <MTest31@outlook.com>
Fri, 8 Jul 2016 15:07:31 +0000 (17:07 +0200)
committerest31 <MTest31@outlook.com>
Fri, 8 Jul 2016 15:07:31 +0000 (17:07 +0200)
The package docs for the git-core Ubuntu package in all supported
Ubuntu versions, including 12.04 say:

This is a transitional dummy package.  The 'git-core' package has been
renamed to 'git', which has been installed automatically.  This git-core
package is now obsolete, and can safely be removed from the system if no
other package depends on it.

Fixes #4109

README.txt

index bd2dadebbce178780e65a308ee0b04f7dd4c3b93..352f4628b9412256cc954b81da973d42e2be9bc9 100644 (file)
@@ -111,7 +111,7 @@ $ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal*
 You can install git for easily keeping your copy up to date.
 If you dont want git, read below on how to get the source without git.
 This is an example for installing git on Debian/Ubuntu:
-$ sudo apt-get install git-core
+$ sudo apt-get install git
 
 For Fedora users:
 $ sudo dnf install git-core