Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Matrix
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Matrix
Commits
23a90a6a
Unverified
Commit
23a90a6a
authored
3 years ago
by
Luke Walsh
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updating install prerequisites for newer macOS & ARM Macs. (#9971)
parent
c1414550
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
changelog.d/9971.doc
+1
-0
1 addition, 0 deletions
changelog.d/9971.doc
docs/setup/installation.md
+6
-3
6 additions, 3 deletions
docs/setup/installation.md
with
7 additions
and
3 deletions
changelog.d/9971.doc
0 → 100644
+
1
−
0
View file @
23a90a6a
Updated installation dependencies for newer macOS versions and ARM Macs. Contributed by Luke Walsh.
This diff is collapsed.
Click to expand it.
docs/setup/installation.md
+
6
−
3
View file @
23a90a6a
...
...
@@ -166,13 +166,16 @@ sudo dnf groupinstall "Development Tools"
Installing prerequisites on macOS:
You may need to install the latest Xcode developer tools:
```
sh
xcode-select
--install
sudo
easy_install pip
sudo
pip
install
virtualenv
brew
install
pkg-config libffi
```
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):
```
sh
brew
install
jpeg
```
On macOS Catalina
(
10.15
)
you may need to explicitly
install
OpenSSL
via brew and inform
`
pip
`
about it so that
`
psycopg2
`
builds:
...
...
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