Hello, I was trying to compile Dovecot 2.0 b13e01d82083, and I found this when doing make: Making all in lib test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt /bin/sh: wget: not found I think it's probably not the best idea to assume everyone has wget installed. Perhaps it is installed by default on linux, but probably not on all other platforms. Why not just include the UnicodeData.txt file? Best Regards -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5130 bytes Desc: S/MIME Cryptographic Signature URL: <http://dovecot.org/pipermail/dovecot/attachments/20100318/194142c4/attachment-0002.bin>
On 18.3.2010, at 9.18, Renaud Allard wrote:> test -f UnicodeData.txt || wget > http://www.unicode.org/Public/UNIDATA/UnicodeData.txt > /bin/sh: wget: not found > > I think it's probably not the best idea to assume everyone has wget > installed. Perhaps it is installed by default on linux, but probably not > on all other platforms. Why not just include the UnicodeData.txt file?If you're compiling from hg, it's assumed you're a developer and you need some extra tools that otherwise aren't necessary. Compiling from tarballs doesn't require wget.