Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install other software under Gnome Ubuntu

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to install other software under Gnome Ubuntu, which is very detailed and has a certain reference value. Friends who are interested must finish reading it!

Install Kdevelop under Gnome Ubuntu

There are two ways to install:

1.Gnome Ubuntu uses terminal-get: use apt to easily get KDevelop, as follows: (take KDE as an example) 1). Apt-get build-dep gcc 2). Apt-get install kdevelop3 3). If you cannot get information about these packages, you can try to modify / etc/apt/sources.lst

two。 Open Synaptic package Manager 1). Look for KDevelop, of course, check KDevelop in the results, and the package with the suffix "- dev" in the KDevelop series, of course, you can not check 2). After installing the front package, install the following package:

Automake

Autoconf

Glossy +

Libtool

Cmake

Gnome Ubuntu install qt4

Although this machine is equipped with Gnome Ubuntu, but you can also develop Qt programs, if you use the general download and compile Qt4, it will take a long time. So use apt-get method to install Qt4.

Run:

$sudo apt-get install libqt4-dev libqt4-debug libqt4-gui libqt4-sql qt4-dev-tools qt4-doc qt4-designer qt4-qtconfig

Write a sample program:

# include

# include

Int main (int argc, char * argv [])

{QApplication app (argc, argv)

QPushButton hello ("Hello, man!") hello.resize (100,30)

Hello.show (); return app.exec ();}

Then run it in turn:

$qmake-project

$qmake

$make

$. / Project name

As follows:

Isp@hitisp:~/qtsrc$ vim QtHello.cpp

Isp@hitisp:~/qtsrc$ qmake-project

Isp@hitisp:~/qtsrc$ qmake

Isp@hitisp:~/qtsrc$ make

The result is a small window with only one button titled project name. , install qt4 under Gnome Ubuntu

The above is all the contents of the article "how to install other Software under Gnome Ubuntu". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report