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
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.
participants (2)
-
Renaud Allard
-
Timo Sirainen