Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
guange
brew
Commits
6a7eac25
Unverified
Commit
6a7eac25
authored
2 years ago
by
Bo Anderson
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #14003 from Bo98/linux-req
Update Linux requirements
parents
2365c6be
1882ae4f
Loading
Loading
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/os/linux/kernel.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/os/linux/kernel.rb
docs/Homebrew-on-Linux.md
+1
-3
1 addition, 3 deletions
docs/Homebrew-on-Linux.md
with
2 additions
and
4 deletions
Library/Homebrew/os/linux/kernel.rb
+
1
−
1
View file @
6a7eac25
...
...
@@ -13,7 +13,7 @@ module OS
sig
{
returns
(
Version
)
}
def
minimum_version
Version
.
new
"
2.6.
32"
Version
.
new
"3
.
2"
end
def
below_minimum_version?
...
...
This diff is collapsed.
Click to expand it.
docs/Homebrew-on-Linux.md
+
1
−
3
View file @
6a7eac25
...
...
@@ -48,8 +48,7 @@ If you're using an older distribution of Linux, installing your first package wi
## Requirements
-
**GCC**
4.7.0 or newer
-
**Linux**
2.6.32 or newer
-
**Linux**
3.2 or newer
-
**Glibc**
2.13 or newer
-
**64-bit x86_64**
CPU
...
...
@@ -66,7 +65,6 @@ To install build tools, paste at a terminal prompt:
```
sh
sudo
yum groupinstall
'Development Tools'
sudo
yum
install
procps-ng curl file git
sudo
yum
install
libxcrypt-compat
# needed by Fedora 30 and up
```
### ARM (unsupported)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment