ubuntu 下SourceInsight输入中文

wine

基本上在ubuntu下的人都知道,在linux下安装windows程序时,都需要安装wine
本人尝试在ubuntu 14.04上安装wine-3.0.3
安装高版本的wine时,尽量使用官方提供的版本来使用,自己编译出的版本可能有各种各样的问题,还搞不明白
喜欢自己折腾的传送门

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable

安装完成后,直接安装SourceInsight
在SourceInsight中找到Option Docuemnt Option中将字体切换为可显示中文的字体,然后就可以输入
ubuntu 下SourceInsight输入中文_第1张图片

如果嫌弃wine界面简陋,可以使用winecfg工具来美化
wine 美化教程:https://www.lulinux.com/archives/362

结果展示
ubuntu 下SourceInsight输入中文_第2张图片

你可能感兴趣的:(Linux操作系统,综合)