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
16d5ab07
Commit
16d5ab07
authored
Nov 29, 2015
by
Andrew Gibiansky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #609 from bollu/fix-magic-macos-install
fix macOS cabal magic installation
parents
ece7e45e
eadd920b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
macos-install.sh
macos-install.sh
+5
-0
No files found.
macos-install.sh
View file @
16d5ab07
...
...
@@ -71,6 +71,11 @@ 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
brew_prefix
=
$(
brew
--prefix
)
cabal
install
magic-1.1
--extra-lib
"
$brew_prefix
/lib"
--extra-include
"
$brew_prefix
/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