小编Ant*_*ulo的帖子

在 macOS Mojave 10.14 中安装 Homebrew + nginx + rtmp

我能够在 macOS High Sierra 10.13 中安装 Homebrew + nginx + rtmp。现在我想在 macOS Mojave 10.14 上执行相同的操作。

\n\n

那么让我们开始...安装 Homebrew,首先我们需要在终端中安装 Xcode...

\n\n
xcode-select \xe2\x80\x93install\n
Run Code Online (Sandbox Code Playgroud)\n\n

比。我们需要自制软件

\n\n
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"\n
Run Code Online (Sandbox Code Playgroud)\n\n

比安装 nginx + rtmp

\n\n

这就是问题所在

\n\n

我试过:

\n\n
brew install nginx-full --with-rtmp-module\n
Run Code Online (Sandbox Code Playgroud)\n\n

但这行不通

\n\n

结果:

\n\n
Updating Homebrew...\nUsage: brew install [options] formula\n\nInstall formula. Additional options specific to formula may be appended to the command.\n\nUnless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will then be run for\nthe installed formulae or, …
Run Code Online (Sandbox Code Playgroud)

macos homebrew nginx rtmp

2
推荐指数
1
解决办法
4063
查看次数

标签 统计

homebrew ×1

macos ×1

nginx ×1

rtmp ×1