ubuntu 安装source insight3.5

版本 ubuntu 16.04

在linux下安装 windows下程序,需要安装wine, wine 是 缩写。

1) 安装wine

sudo apt-get install wine

安装好wine后,进入wine的目录

cd ~/.wine

会发现有个类似windows下c盘的目录 driver_c, 我们需要将source insight安装在此目录下。

2)首先下载 可执行文件 Si35Setup.exe

然后执行

wine /opt/Si35Setup.exe

会出现安装的UI界面,选择自己安装的路径。

此时有可能选择的路径不成功(譬如我选择安装在c:\program  files目录下,却一直安装在默认目录 c:\program files (x86)下).

3)创建启动快捷方式

在合适的地方创建一个启动脚步 si.sh, 内容如下:

#!/bin/sh
wine "c:\Program Files (x86)\Source Insight 3\Insight3.exe" &
即可。

source insight第一次使用时会需要输入注册码,百度一下,找个可用的即可。

原文地址:https://www.cnblogs.com/rohens-hbg/p/9456442.html

时间: 2024-10-13 13:12:37

ubuntu 安装source insight3.5的相关文章

ubuntu 安装source insight

1. 首先安装wine sudo apt-get install wine 2.下载source insight 安装包(.exe) 3,将安装包放到已知的目录下. 4.在终端进行安装,wine Si35Setup.exe [email protected]:~/Desktop$ wine Si35Setup.exe 5.安装过程和在windows安装一样. 6.安装完成后,在search your computer and source 菜单即可看到图标. 7.启动后的效果如下:

ubuntu 下安装source insight

linux下至今没有发现像SI这么牛逼的编辑器或者阅读器,但是也可以使用SI--- 在Ubuntu中,安装Windows程序用wine,然后用wine安装Windows软件即可. 安装wine 在终端输入以下命令: sudo apt-get install wine 用wine安装Source Insight 然后 wine  pwd(你的路径)/SourceInsight/InsightSetup.exe 按提示即可,跟windows下安装一样-- enjoy-- --------------

Ubuntu 12.04 64bit 用wine安装Source insught 3.5 并创建桌面启动图标

用wine安装source insight 3.5 后 依次执行如下命令: cd  ~ cd .wine cp -r drive_c  ~/Desktop 在桌面drive_c文件夹 Program Files (x86)/Source Insight 3下 找到Insight3.exe 右键make link即可

Ubuntu14.04 安装Source Insight

在Ubuntu中,安装Windows程序用wine,然后用wine安装Windows软件即可. 1.安装wine 在终端输入以下命令: sudo apt-get install wine 2.用wine安装Source Insight http://www.sourceinsight.com/ 下载exe文件 在终端中输入以下命令: wine -/SourceInsight/InsightSetup.exe 注:SourceInsight的安装包要自行下载,跟windows下的安装一样. 导入工

Ubuntu 安装 JDK 7 / JDK8 的两种方式

ubuntu 安装jdk 的两种方式: 1:通过ppa(源) 方式安装. 2:通过官网下载安装包安装. 这里推荐第1种,因为可以通过 apt-get upgrade 方式方便获得jdk的升级 使用ppa/源方式安装 1.添加ppa sudo add-apt-repository ppa:webupd8team/java sudo apt-get update 2.安装oracle-java-installer jdk7 sudo apt-get install oracle-java7-inst

ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages

问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 [Then pressed Enter] export M2=$M2_HOME/bin [Then pressed En

ubuntu 安装maven提示出错 The program 'mvn' can be found in the following packages

问题: I am trying to install apache maven 3 in Ubuntu 12.04 lts. What I did was open the terminal then I typed the following commands export M2_HOME=/usr/local/apache-maven/apache-maven-3.0.5 [Then pressed Enter] export M2=$M2_HOME/bin [Then pressed En

ubuntu安装配置NFS服务方便mini2440挂载

环境:物理机,ubuntu12.04设备:mini2440开发板,USB转串口线一根,网线一根目标:物理主机开启nfs服务,在mini2440中能够成功挂载主机的共享目录 一. 安装并配置nfs服务 1. 使用命令安装: sudo apt-get install nfs-kernel-server 2.  使用命令mkdir -m 777 share在/home/wh21/目录下新建一个share目录 3.  修改nfs共享配置文件/etc/exports      在最后一行添加: /home

Ubuntu安装显卡驱动+cuda8+cudnn

Ubuntu 安装显卡驱动 查看显卡硬件信息 lspci | grep -i Nvidia lspci | grep -i vga 查看驱动版本信息 nvidia-smi P1: You appear to be running an X server; please exit X before installing.  Sudo service lightdm stop P2: distribution-provided pre-install script failed ubuntu 不必理