mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Update Linux requirements
* Glibc 2.26+ (we use 2.35) require Linux kernel 3.2 or later. * Remove GCC requirement given it doesn't matter for bottles (we install GCC ourselves if too old) and is probably wrong for the build-from-source case. * Remove libxcrypt-compat requirement given we don't use libcrypt.so.1 anymore.
This commit is contained in:
parent
1da5cbc81a
commit
1882ae4f6e
@ -13,7 +13,7 @@ module OS
|
|||||||
|
|
||||||
sig { returns(Version) }
|
sig { returns(Version) }
|
||||||
def minimum_version
|
def minimum_version
|
||||||
Version.new "2.6.32"
|
Version.new "3.2"
|
||||||
end
|
end
|
||||||
|
|
||||||
def below_minimum_version?
|
def below_minimum_version?
|
||||||
|
@ -47,8 +47,7 @@ If you're using an older distribution of Linux, installing your first package wi
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- **GCC** 4.7.0 or newer
|
- **Linux** 3.2 or newer
|
||||||
- **Linux** 2.6.32 or newer
|
|
||||||
- **Glibc** 2.13 or newer
|
- **Glibc** 2.13 or newer
|
||||||
- **64-bit x86_64** CPU
|
- **64-bit x86_64** CPU
|
||||||
|
|
||||||
@ -65,7 +64,6 @@ To install build tools, paste at a terminal prompt:
|
|||||||
```sh
|
```sh
|
||||||
sudo yum groupinstall 'Development Tools'
|
sudo yum groupinstall 'Development Tools'
|
||||||
sudo yum install procps-ng curl file git
|
sudo yum install procps-ng curl file git
|
||||||
sudo yum install libxcrypt-compat # needed by Fedora 30 and up
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### ARM
|
### ARM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user