diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-04 11:07:03 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-04 11:07:03 +0100 |
commit | 76a376b0671b6e791ee3b5aa859e3f2dabd7bcd1 (patch) | |
tree | d21dd50d2e908875d386f7c55aa7722f1e43e0c9 /HACKING | |
parent | cb90dac4899d26d218e4786f3abd09f37ed55a24 (diff) | |
download | connman-76a376b0671b6e791ee3b5aa859e3f2dabd7bcd1.tar.gz connman-76a376b0671b6e791ee3b5aa859e3f2dabd7bcd1.tar.bz2 connman-76a376b0671b6e791ee3b5aa859e3f2dabd7bcd1.zip |
Mention the automake version 1.10 requirement
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 ======================================= |