1. 程式人生 > >mac 通過homebrew安裝git、maven、sbt、node、make、automake、gcc、protobuf、wine

mac 通過homebrew安裝git、maven、sbt、node、make、automake、gcc、protobuf、wine

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的版本,如下圖所示: