-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbrew
More file actions
28 lines (22 loc) · 1.15 KB
/
brew
File metadata and controls
28 lines (22 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# export HOMEBREW_GITHUB_API_TOKEN='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'
export HOMEBREW_GITHUB_API_TOKEN='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'
#readline: stable 8.0.4 (bottled) [keg-only]
#Library for command-line editing
#https://tiswww.case.edu/php/chet/readline/rltop.html
#/usr/local/Cellar/readline/8.0.4 (48 files, 1.5MB)
# Poured from bottle on 2020-02-26 at 05:07:18
#From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/readline.rb
#==> Caveats
#readline is keg-only, which means it was not symlinked into /usr/local,
#because macOS provides the BSD libedit library, which shadows libreadline.
#In order to prevent conflicts when programs look for libreadline we are
#defaulting this GNU Readline installation to keg-only.
#
#For compilers to find readline you may need to set:
# export LDFLAGS="-L/usr/local/opt/readline/lib"
# export CPPFLAGS="-I/usr/local/opt/readline/include"
#
#For pkg-config to find readline you may need to set:
# export PKG_CONFIG_PATH="/usr/local/opt/readline/lib/pkgconfig"
export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig/:/usr/local/opt/readline/lib/pkgconfig"
# vim:ts=4:sts=4:ai:et:syntax=bash:ft=bash: