Mac 软件安装

Xcode

VSCode

Android Studio

Sublime

Flutter

https://flutterchina.club/setup-macos/

  • curl安装
brew install curl

git

NodeJS

  • Method1
  • Method2
brew install node

NPM

SourceTree

homebrew

https://www.jianshu.com/p/e0471aa6672d?utm_campaign=hugo

CocoaPods

  • Method1
  • Method2
brew install cocoapods

The

RVM

Ruby Version Manager简称RVM,是一款非常好用的ruby版本管理以及安装工具。

  • Method1
curl -L https://get.rvm.io | bash -s stable
  • Method2
brew install RVM

NVM

mkdir ~/.nvm  
brew install nvm

Gitbook

https://www.jianshu.com/p/d4f5d5924707
常见问题
1.TypeError: cb.apply is not a function解决办法
https://www.cnblogs.com/cyxroot/p/13754475.html
2.Gitbook TypeError: Cannot read property 'commands' of null
https://www.it610.com/article/1289261402522984448.htm

StarUML

https://blog.csdn.net/jonwu0102/article/details/81387083

CMake

1.概念
编译配置工具。
2.原理
https://blog.csdn.net/networkhunter/article/details/86490739
3.使用参考
https://cmake.org/cmake/help/cmake2.4docs.html
https://cmake.org/cmake-tutorial/
4.管理三方
https://blog.csdn.net/qianlixiaomage/article/details/104592297/

画图

  • EdrawMax
  • 迅捷
  • Typora

Movist.

iMac.hk

接口数据

  • Charles
  • Postman

附录

  • Mac下安装,升级Node、npm
    https://zhuanlan.zhihu.com/p/64125228

你可能感兴趣的:(Mac 软件安装)