chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b8b0ab
)
Update setup-mac.sh
author
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 19 Jun 2016 22:21:39 +0000
(
00:21
+0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Sun, 19 Jun 2016 22:21:39 +0000
(
00:21
+0200)
scripts/setup-mac.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/setup-mac.sh
b/scripts/setup-mac.sh
index 6ce6cb8939665c24f2b038e3da99355997aa298b..380a5765caac4291953b5a994f4361a477951642 100755
(executable)
--- a/
scripts/setup-mac.sh
+++ b/
scripts/setup-mac.sh
@@
-1,6
+1,11
@@
#!/bin/sh
set -e -u
+# Remaining mac build issues:
+# - perl does not build
+# - strace does not build
+# - dpkg calls ldconfig
+
command -v brew >/dev/null 2>&1 || {
echo >&2 "Install homebrew first: http://brew.sh"
exit 1
@@
-20,6
+25,8
@@
brew install $PACKAGES
# bison is keg-only, but we need updated 'bison' in path:
brew link bison --force
+# gettext is also key-only, but we need msgfmt for apt and glib:
+brew link gettext --force
sudo mkdir -p /data/data/com.termux/files/usr
sudo chown -R `whoami` /data