/ 雑記帳

CentOS6.7 qt-5.1.1 install

http://c-loft.com/blog/?p=2410
      
http://abyssluke.hatenablog.com/entry/2014/07/07/202702
      
https://wiki.qt.io/How-to-Install-Qt-5-and-Qwt-on-CentOS-6
      
http://ftp.vim.org/languages/qt/archive/qt/5.1/5.1.1/
      
https://wiki.qt.io/How-to-Install-Qt-5-and-Qwt-on-CentOS-6
      
# yum groupinstall "Development Tools"
# yum install glibc-devel.i686
# wget http://people.centos.org/tru/devtools-2/devtools-2.repo -O /etc/yum.repos.d/devtools-2.repo
# yum install devtoolset-2-gcc devtoolset-2-binutils
# yum install devtoolset-2-gcc-c++ devtoolset-2-gcc-gfortran
      
# ./qt-linux-opensource-5.1.1-x86_64-offline.run
# vi /etc/profile.d/qt5.sh
PATH=/opt/Qt5.1.1/5.1.1/gcc_64/bin:$PATH
export PATH

— posted by くま at 11:23 pm   pingTrackBack [0]

 

visudo のエディターが nano だと困る(笑)

# update-alternatives --config editor
alternative editor (/usr/bin/editor を提供) には 3 個の選択肢があります。

選択肢 パス 優先度 状態
------------------------------------------------------------
* 0 /bin/nano 40 自動モード
1 /bin/nano 40 手動モード
2 /usr/bin/emacs24 0 手動モード
3 /usr/bin/vim.tiny 10 手動モード

現在の選択 [*] を保持するには Enter、さもなければ選択肢の番号のキーを押してください: 3
update-alternatives: /usr/bin/editor (editor) を提供するためにマニュアルモードで /usr/bin/vim.tiny を使います

— posted by くま at 06:54 pm   pingTrackBack [0]

<< 2015.11 >>
SMTWTFS
1234567
891011121314
151617 181920 21
2223 242526 27 28
29 30      
 
























T: Y: ALL: Online:
ThemePanel
Created in 0.2649 sec.