您的位置:首页 > 运维架构 > Linux

linux fedora12 qt4 eclipse

2010-01-23 00:45 351 查看
i didn't test.

under fedora12

install qt eclipse when install the operation system

qt version is 4.5.3

eclipse version is 3.5.1

download qt-eclipse-integration-linux.x86<version>.tar.gz

after that

Find your eclipse/plugins folder.

If you installed Eclipse to /usr/local, you will find the directory /usr/local/eclipse/plugins there. If you used the package management system of your Linux distribution to install Eclipse, this directory might possibly be /usr/lib/eclipse/plugins.

Unpack the package.

Go to the location where you found the eclipse/plugins directory (i.e., /usr/local or /usr/lib in the example above) and untar the Qt Eclipse Integration package; e.g.

cd /usr/local
tar xzf ~/Downloads/qt-eclipse-integration-linux.x86-<version>.tar.gz

You may need to be the root user to do this.

Start Eclipse with a clean configuration.

We highly recommended that you start Eclipse once from the command line with

eclipse -clean

after you have unpacked the Qt Eclipse Integration plugins and feature. This will not change anything in your workspace but will clear Eclipse's caches.

you can reference in this website:

http://qt.nokia.com/doc/qt-eclipse-1.6/index.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: