##step1 在您的pom.xml中增加profile配置
```
macos
mac
macos
linux
linux
linux
windows
windows
windows
```
##step2 在您的pom.xml中引入依赖
PS:一定要配置好profile,不然无法自动生成``配置。
```
com.taobao.arthas
mana-pool-analyzer
${arthas.vision}
${os_family}-${os.arch}
```
##step3 如果没有合适的版本
1. 如果是32位的操作系统,不好意思,目前暂不支持。
2. 如果是64位操作系统,请先尝试`mvn clean compile package install -DskipTests=true -U`把依赖安装到本地;
3. 如果报错,请先确保您本地的g++编译器能够正常工作,再重新尝试`mvn clean compile package install -DskipTests=true -U`;
如有问题请联系`1936978077@qq.com`。