在 Mac 下使用 brew 安装指定版本的软件

在 Mac 下使用 brew 安装指定版本的软件

首先搜索一下可以安装的版本,这里以 boost 为例:

$ brew search boost
==> Formulae
boost               boost-mpi           [email protected]   [email protected]
boost-bcp           boost-python        [email protected]          [email protected]
boost-build         boost-python3       [email protected]

==> Casks
boostnote                  iboostup                   turbo-boost-switcher
focus-booster              nosqlbooster-for-mongodb

我们这里搜索了一下 boost ,可以看到支持的版本有1.55、1.57、1.59、1.60等,接下来我们指定版本安装:

$ brew install [email protected]
==> Downloading https://homebrew.bintray.com/bottles/[email protected]
#################################################                         68.2%

等待结束就好了。

你可能感兴趣的:(在 Mac 下使用 brew 安装指定版本的软件)