Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
telematic-performance-format
Commits
a41d6dc3
Commit
a41d6dc3
authored
Jun 26, 2017
by
Roman Haefeli
Browse files
install Jackmp.framework and JackRouter.plugin
parent
b55eec01
Changes
1
Show whitespace changes
Inline
Side-by-side
tools/tpf-setup
View file @
a41d6dc3
...
...
@@ -100,6 +100,35 @@ else
echo
"Skipping..."
fi
# Installation of Jackmp.framework
read
-p
"Install Jackmp.framwork (required by some Jack clients)? Y/n "
-r
if
[[
!
$REPLY
=
~ ^[Nn]
$
]]
then
URL
=
"https://gitlab.zhdk.ch/TPF/homebrew-tpf-bottles/raw/master/pkgs/Jackmp.framework.tar.gz"
(
cd
/Library/Frameworks/
curl
-s
"
$URL
"
|
sudo tar
xf -
)
echo
"Done."
else
echo
"Skipping..."
fi
# Installation of JackRouter.plugin
read
-p
"Install JackRouter.plugin (required by some Jack clients)? Y/n "
-r
if
[[
!
$REPLY
=
~ ^[Nn]
$
]]
then
URL
=
"https://gitlab.zhdk.ch/TPF/homebrew-tpf-bottles/raw/master/pkgs/JackRouter.plugin.tar.gz"
(
cd
/Library/Audio/Plug-Ins/HAL/
curl
-s
"
$URL
"
|
sudo tar
xf -
)
echo
"Done."
echo
"NOTE: JackRouter is only listed in Audio-Midi-Setup after reboot!"
else
echo
"Skipping..."
fi
# At this point mtr should be installed and thus if we don't find
# it means that /usr/local/sbin is not part of PATH
if
!
echo
$PATH
|
grep
-q
"/usr/local/sbin"
...
...
Write
Preview
Supports
Markdown
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