X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=HACKING;h=221bfed252e851c0101b65f373c47fc281a901d8;hb=0dbb44988061fa97f85bb56e5b745df9fe888cba;hp=eb1db38a9c0acc90a6c533e08963d8d6b309d150;hpb=ca702380ea9b34aae28bd69ff7fa0b757092a94b;p=connman diff --git a/HACKING b/HACKING index eb1db38..221bfed 100644 --- a/HACKING +++ b/HACKING @@ -2,6 +2,22 @@ Hacking on Connection Manager ***************************** +Build tools requirements +======================== + +When building and testing directly from the repository it is important to +have at least automake version 1.10 or later installed. All modern +distributions should default to the latest version, but it seems that +Debian's default is still an earlier version: + + Check version + # dpkg -l '*automake*' + + Install new version + # apt-get install automake1.10 + # update-alternatives --config automake + + Working with the source code repository =======================================