深度系统监视器能否安装在Ubuntu中?
Tofloor
poster avatar
yancypeng
deepin
2018-04-13 04:38
Author
。如题,想在Ubuntu中安装一个


Reply Favorite View the author
All Replies
avatar
jingle
deepin
2018-04-13 05:30
#1
依赖dtk,需要自己编译!
Reply View the author
avatar
yancypeng
deepin
2018-04-13 05:56
#2
https://bbs.deepin.org/post/155277
依赖dtk,需要自己编译!

感谢!自己正在尝试!
Reply View the author
avatar
yancypeng
deepin
2018-04-13 06:01
#3
https://bbs.deepin.org/post/155277
依赖dtk,需要自己编译!


Deepint Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.

## Dependencies

### Build dependencies

* Qt >= 5.6

## Installation

### Build from source code

1. Make sure you have installed all dependencies.

2. Build:

````
$ mkdir build
$ cd build
$ qmake ..
$ make
````

想问一下 这里的build是啥意思 ,需要创建一个空的build文件夹吗?
Reply View the author
avatar
sudo_free
deepin
2018-04-13 06:24
#4
用ubuntu17的话可以直接加ppa
https://launchpad.net/~leaeasy/+archive/ubuntu/dde
Reply View the author
avatar
yancypeng
deepin
2018-04-13 06:27
#5
https://bbs.deepin.org/post/155277
用ubuntu17的话可以直接加ppa
https://launchpad.net/~leaeasy/+archive/ubuntu/dde

qt的版本号大于5.6,但是是16.04可以尝试不?
Reply View the author
avatar
sudo_free
deepin
2018-04-13 06:32
#6
https://bbs.deepin.org/post/155277
qt的版本号大于5.6,但是是16.04可以尝试不?

可能还会有其他依赖问题,如果不是工作系统可以作死下试试
Reply View the author
avatar
cbfjw
deepin
2018-04-13 06:45
#7
https://bbs.deepin.org/post/155277
可能还会有其他依赖问题,如果不是工作系统可以作死下试试

备份系统后,怎么想就怎么作才是乐趣。
Reply View the author
avatar
yancypeng
deepin
2018-04-13 22:59
#8
https://bbs.deepin.org/post/155277
用ubuntu17的话可以直接加ppa
https://launchpad.net/~leaeasy/+archive/ubuntu/dde

即使添加了ppa,并更新了源,但是仍然找不到dde

apt-get install dde
正在读取软件包列表... 完成
正在分析软件包的依赖关系树      
正在读取状态信息... 完成      
E: 无法定位软件包 dde
Reply View the author
Comments
iamhyc65
2018-04-13 23:27
先update啊