环境: ubunut14 x64
目标:通过vnc远程桌面,在ubuntu 上编写qt程序
1.安装远程桌面
apt-get install xrdp vnc4server xbase-clients dconf-editor #安装xrdp,vnc4server
apt-get install gnome-panel gnome-settings-daemon metacity nautilus gnome-terminal #安装桌面
2.修改 /root/.vnc/xstartup 为以下内容
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
export XKL_XMODMAP_DISABLE=1
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS gnome-panel &
gnome-settings-daemon &
metacity &
nautilus &
gnome-terminal &
root@# vnc4server
第一次运行会要求输入登录密码(vnc连接时用)apt-get install lsb-core
1.安装一些库,避免后面重重奇怪问题
apt-get install build-essential debian-keyring freeglut3-dev
2.安装qt5.7 及qtcreator
下载地址http://download.qt.io/official_releases/qt/5.7/5.7.1/
选择 qt-opensource-linux-x64-5.7.1.run
上传到ubuntu后修改权限
chmod 777 qt-opensource-linux-x64-5.7.1.run
然后安装qt5.7
下载qtcreator
下载地址:http://download.qt.io/official_releases/qtcreator/4.1/4.1.0/
选择qt-creator-opensource-linux-x86_64-4.1.0.run
同qt5.7给安装包权限后安装
注:如在启动qtcreator后,创建工程提示没有构建套件
手动指定qmake