Developing for deepin
Tofloor
poster avatar
dodo-deep
deepin
2017-06-20 22:46
Author
Hello. I am new to deepin and to programming on Linux in general. I would like learn by downloading deepin source code (such as dde-calendar or dde-dock) and building it on my machine. I've installed Qt Creator to use as an IDE.

I'm running into problems trying to build from source. For example when trying to build dde-calendar I'm seeing the message
  1. /home/dodo/Development/Deepin/dde-calendar-master/main.cpp:41: error: undefined reference to `Dtk::Widget::DApplication::setProductName(QString const&)'
Copy the Code

I guess I'm missing a lot of dependencies to allow a clean build. But I'm not sure what they are...
Can anyone give advise on what is needed to set up a development envrionment for building deepin components?


Reply Favorite View the author
All Replies
nipos
deepin
2017-06-20 23:05
#1
Look here for the dependencies: https://www.archlinux.de/?page=PackageDetails;repo=community;arch=x86_64;pkgname=deepin-calendar
It needs deepin-tool-kit to work and for building it needs qt5-tools additionally.
Reply View the author