mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Ubuntu build HOWTO: Suggest to install git instead of git-core
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
This commit is contained in:
parent
9db78dc4c4
commit
27905f1a4a
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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.
|
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:
|
This is an example for installing git on Debian/Ubuntu:
|
||||||
$ sudo apt-get install git-core
|
$ sudo apt-get install git
|
||||||
|
|
||||||
For Fedora users:
|
For Fedora users:
|
||||||
$ sudo dnf install git-core
|
$ sudo dnf install git-core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue