下载:

(链接: https://pan.baidu.com/s/1bzRae6 密码: b5d3)

安装:

1、安装Wine

参考:http://www.cnblogs.com/EasonJim/p/8016167.html

如果中途有依赖错误,可以再重试多几次。

2、安装RegexBuddy 4

wine SetupRegexBuddy410.exe

3、设置桌面图标,双击打开

参考:http://www.cnblogs.com/EasonJim/p/7467457.html

vim regexbuddy5.command
chmod u+x regexbuddy5.command
#!/bin/bash
test "$?BASH_VERSION" = "0" || eval 'setenv() { export "$1=$2"; }';
  setenv PATH "/Applications/Wine Stable.app/Contents/Resources/start/bin:/Applications/Wine Stable.app/Contents/Resources/wine/bin:$PATH";
nohup wine ~/.wine/drive_c/Program\ Files/Just\ Great\ Software/RegexBuddy4/RegexBuddy4.exe >/dev/null 2>&1 &

 

相关文章:

  • 2021-08-28
  • 2021-08-29
  • 2022-12-23
  • 2021-11-22
  • 2022-02-01
  • 2021-07-02
  • 2021-10-06
  • 2021-12-21
猜你喜欢
  • 2021-07-25
  • 2021-08-30
  • 2022-02-16
相关资源
相似解决方案