This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:development:deb-buildguide [2013/12/28 23:17] sunweaver created |
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** command. | ||
| ==== Build the actual code ==== | ==== Build the actual code ==== | ||
| Line 45: | Line 51: | ||
| debuild -us -uc | debuild -us -uc | ||
| </ | </ | ||
| - | |||
| - | |||