yzc164 发表于 2018-5-5 09:57:53

ubuntu下装Source Insight

ubuntu11.10下安装Source Insight  1安装wine
  安装源中的wine
  sudo apt-get install wine
  因为版本比较旧,所以通常不用,改用PPA中的wine。
  安装最新版 wine
  ubuntu 官方自带了 wine ,但是推荐用 winehq 官方提供的最新版本 wine ,新版本解决了很多以前显得麻烦的问题。
  PPA地址:https://launchpad.net/~ubuntu-wine/+archive/ppa
  sudo add-apt-repository ppa:ubuntu-wine/ppa
  sudo apt-get update
  sudo apt-get install wine
  参考http://wiki.ubuntu.org.cn/index.php?title=Wine&variant=zh-cn
  2.到source insight官网下载source insight3.5
  下载地址:http://www.sourceinsight.com/down35.html
  3.打开source insight
  找到Si3569Setup.exe 右键点击 选择打开方式为wine
页: [1]
查看完整版本: ubuntu下装Source Insight