Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-ihaskell
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-ihaskell
Commits
03e5494f
Commit
03e5494f
authored
Nov 25, 2015
by
bollu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix macOS cabal magic installation
parent
ece7e45e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
macos-install.sh
macos-install.sh
+4
-0
No files found.
macos-install.sh
View file @
03e5494f
...
...
@@ -71,6 +71,10 @@ brew install Caskroom/cask/xquartz
brew
install
cairo
brew
install
pango
# make cabal install magic, which won't work correctly if done using
# default flags, since Homebrew dumps libmagic into /usr/local/lib rather than /lib
cabal
install
magic-1.1
--extra-lib
/usr/local/lib
--extra-include
/usr/local/include
# For C compiler to pick up /usr/local and X11 stuff during Cabal builds.
# You may want to put this in your shell startup.
export
PKG_CONFIG_PATH
=
/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment