Android auto - 如何使用自制软件在 MAC 依赖项上安装 DHU
Android auto - how to install DHU on MAC dependencies with homebrew
根据 android auto 上的 documentation,我应该安装这些依赖项以使桌面主机工作:
$ sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0
但我不在 debian 上,我在使用 mac,所以我尝试使用自制软件。我可以使用什么命令一次性安装所有这些?
例如,当我尝试使用自制软件进行安装时,出现以下错误:
brew install libsdl2-2.0-0
Error: No available formula with the name "libsdl2-2.0-0"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
文档中说了以下内容,但我不能这样做,因为我没有 apt-get 并且 brew 不工作:
If you are running the DHU on Linux, you must also install the
portaudio, libpng, sdl2, and sdl2_ttf libraries. The procedure to do
this varies depending on your Linux distribution. For example, on
Debian-derived Linux distributions, you can install the libraries with
this command:
$ sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0
我可以跳过这一步吗?
can i skip this step ?
是的,你可以跳过它。
此步骤仅适用于 Linux machine,我可以确认 Desktop Head Unit 在我的 mac (OSX 10.11.1) 上工作,无需需要安装这些包。
根据 android auto 上的 documentation,我应该安装这些依赖项以使桌面主机工作:
$ sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0
但我不在 debian 上,我在使用 mac,所以我尝试使用自制软件。我可以使用什么命令一次性安装所有这些?
例如,当我尝试使用自制软件进行安装时,出现以下错误:
brew install libsdl2-2.0-0
Error: No available formula with the name "libsdl2-2.0-0"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
文档中说了以下内容,但我不能这样做,因为我没有 apt-get 并且 brew 不工作:
If you are running the DHU on Linux, you must also install the portaudio, libpng, sdl2, and sdl2_ttf libraries. The procedure to do this varies depending on your Linux distribution. For example, on Debian-derived Linux distributions, you can install the libraries with this command: $ sudo apt-get install libsdl2-2.0-0 libsdl2-ttf-2.0-0 libportaudio2 libpng12-0
我可以跳过这一步吗?
can i skip this step ?
是的,你可以跳过它。
此步骤仅适用于 Linux machine,我可以确认 Desktop Head Unit 在我的 mac (OSX 10.11.1) 上工作,无需需要安装这些包。