个人工具

“UbuntuHelp:KDevelop”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
第9行: 第9行:
 
Run this command from a terminal:
 
Run this command from a terminal:
 
<pre><nowiki>
 
<pre><nowiki>
sudo aptitude install kdevelop build-essential libtool automake libx11-dev xlibs-dev libqt3-mt-dev libqt4-dev kdelibs4-dev kdebase-dev
+
sudo aptitude install kdevelop build-essential libtool automake libx11-dev xlibs-dev libqt3-mt-dev libqt4-dev kdelibs4-dev kdebase-dev automake1.9
 
</nowiki></pre>
 
</nowiki></pre>
 
More packages may be needed, for different operations, but the above packages should cover the basic operations! - I will get back to this!
 
More packages may be needed, for different operations, but the above packages should cover the basic operations! - I will get back to this!
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年4月23日 (三) 11:32的最新版本

In time, this page will feature an installation-guide (more packages ARE needed!) - and some tutorials! Please feel free to add your own tutorials! Use a path in this syntax: https://help.ubuntu.com/community/KDevelop/Tutorial/Version340/MyKDevelopTutorial I case your tutorial is compatible with a newer version, please copy it to the new VersionXXX location, and mark the other with "OBSOLETE", and link to the new one...

Installation

Run this command from a terminal:

sudo aptitude install kdevelop build-essential libtool automake libx11-dev xlibs-dev libqt3-mt-dev libqt4-dev kdelibs4-dev kdebase-dev automake1.9

More packages may be needed, for different operations, but the above packages should cover the basic operations! - I will get back to this!