mac 通过homebrew安装git、maven、sbt、node、make、automake、gcc、protobuf、wine

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sunxiaoju/article/details/85217424

1、首先安装homebrew,安装方法请看:https://blog.csdn.net/sunxiaoju/article/details/85217293

2、然后在终端输入如下命令安装:

brew install git

3、此时就会从网上自动下载安装,如下图所示:

4、最后输入git --version查看版本,如下图所示:

5、同理可以使用:brew install maven、brew install sbt、brew install node、brew install make、brew install automake、brew install gcc、brew install protobuf、brew install wine

6、查看maven、sbt、node的版本,如下图所示:

猜你喜欢

转载自blog.csdn.net/sunxiaoju/article/details/85217424
今日推荐