This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:development:deb-buildguide [2017/03/04 12:52] gratuxri [Get the build and development dependencies] |
wiki:development:deb-buildguide [2020/05/26 14:57] (current) danger89 [Get the build and development dependencies] |
||
---|---|---|---|
Line 17: | Line 17: | ||
==== Get the build and development dependencies ==== | ==== Get the build and development dependencies ==== | ||
- | Then you should use your favorite available packet manager to install | + | Install |
+ | |||
+ | //Note:// Some packages | ||
< | < | ||
- | sudo apt-get install build-essential qt4-designer qtcreator qtcreator-doc \ | + | sudo apt-get install build-essential |
| | ||
- | qt-sdk | + | |
| | ||
| | ||
| | ||
- | | + | |
</ | </ | ||
- | All up-to-date dependencies you can get with **dpkg-checkbuilddeps** | + | All up-to-date dependencies you can get with **dpkg-checkbuilddeps** |
==== Build the actual code ==== | ==== Build the actual code ==== | ||