Ubuntu X64 系統安裝配置編錄

概述

工作中使用Ubuntu作爲操作系統做開發,而重新安裝系統之後需要配置非常多的東西在此一一記錄。

安裝cmake

sudo apt install cmake

安裝Qt4.8

sudo apt install libqt4-dev

安裝QtSerialPort

安裝Qt5.7

sudo apt install qt5-default

安裝QtCreator

方法1:默認方法

sudo apt install qtdeclarative5-dev qtcreator

方法2:安裝最新的qtcreater
在download.qt.io下載最新的qtcreater源碼

sudo apt install qtdeclarative5-dev

編譯源代碼
qmake
make

安裝Wine

在Ubuntu14中依然需要用到一些優秀的windows產品,所以安裝Wine。

sudp apt-get install wine

TotalCommander

SourceInsight

Notepad2

RapidEEx64

Ruler

TakeColor

安裝Git

安裝Git客戶端

比較好用的客戶端,gitk。
sudo apt install git gitk

MeldDiff

良好的文件/目錄對比工具
sudo apt install meld

配置Thunderbird

FileZilla

VIM

sudo apt-get install vim ctags python-twisted xclip vim-gnome astyle python-setuptools 
sudo easy_install -ZU autopep8
sudo ln -s /usr/bin/ctags /usr/local/bin/ctags

cd ~/ && git clone git://github.com/ma6174/vim.git ./.vim
cp ~/.vim/.vimrc ~/
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
打開vim並執行bundle程序:BundleInstall
重新打開即可使用。

持續更新

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章