日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 综合教程 >内容正文

综合教程

ubuntu 安装wine和sourceinsight,及souceinsight导入源代码

發(fā)布時間:2023/12/13 综合教程 33 生活家
生活随笔 收集整理的這篇文章主要介紹了 ubuntu 安装wine和sourceinsight,及souceinsight导入源代码 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

1. 安裝wine:https://tipsonubuntu.com/2019/02/01/install-wine-4-0-ubuntu-18-10-16-04-14-04/

1)enable 32 bit architecture:

sudo dpkg --add-architecture i386

2)download and add the repository key

wget -nc https://dl.winehq.org/wine-builds/winehq.key

sudo apt-key add winehq.key

3)add the repository, for ubuntu 18.04

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/bionicmain'

For other releases, replacebionicin the code with:

cosmicfor Ubuntu 18.10.
xenialfor Ubuntu 16.04, and Linux Mint 18.x.
trustyfor Ubuntu 14.04.

4)check system package cache and install wine

sudo apt-get update

sudo apt-get install --install-recommends winehq-stable

5) generate configuration

winecfg

6) uninstall,卸載的時候用

sudo apt-get remove wine-stable winehq-stable

dpkg -l |grep -i wine 查看安裝的wine相關的包

2. 安裝sourceinsight,破解:https://www.jianshu.com/p/a4735cf9f334

1)官網下載安裝包,右鍵setup.exe文件,用wine打開,安裝。

2)下載wxHexEditor,16進制編輯器

sudo apt-get install wxhexeditor

wxHexEditor sourceinsight4.exe

搜索c800 0000 742a 83bc 2408,修改第二段中的74為eb。

3)修改si4.lic中的Expiration時間

cd .wine/drive_c

find . -name "si4.lic"

去指定位置修改。

3. sourceinsight導入源代碼:https://blog.csdn.net/MyLinChi/article/details/78459373

在./.wine/drive_c里新建一個mydata文件夾,存放sourceinsight項目,并將源代碼復制到該文件夾中;

打開sourceinsight,new一個新的project,新建完成后,點擊project->Add and Remove Project Files,選擇源文件的文件夾(./.wine/drive_c/mydata/xxx)進行導入。

總結

以上是生活随笔為你收集整理的ubuntu 安装wine和sourceinsight,及souceinsight导入源代码的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。