Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
Timo Ley
synapse
Commits
41df25bb
Unverified
Commit
41df25bb
authored
2 years ago
by
Richard van der Hoff
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
installation.md: require libpq on M1 macs (#13480)
parent
cdbb6412
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/13480.doc
+1
-0
1 addition, 0 deletions
changelog.d/13480.doc
docs/setup/installation.md
+3
-2
3 additions, 2 deletions
docs/setup/installation.md
with
4 additions
and
2 deletions
changelog.d/13480.doc
0 → 100644
+
1
−
0
View file @
41df25bb
Note that `libpq` is required on ARM-based Macs.
This diff is collapsed.
Click to expand it.
docs/setup/installation.md
+
3
−
2
View file @
41df25bb
...
...
@@ -303,9 +303,10 @@ You may need to install the latest Xcode developer tools:
xcode-select
--install
```
On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):
On ARM-based Macs you may need to install libjpeg and libpq.
You can use Homebrew (https://brew.sh):
```
sh
brew
install
jpeg
brew
install
jpeg
libpq
```
On macOS Catalina
(
10.15
)
you may need to explicitly
install
OpenSSL
...
...
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