28
edits
(msgmerge and the po files no longer appears to be an issue but the gettext version we have is older so just force it to use the older one.) |
No edit summary |
||
Line 15: | Line 15: | ||
Weechat requires a bit of jiggery pokery before building on azazel using ''make && make install''. Here's how to do it: | Weechat requires a bit of jiggery pokery before building on azazel using ''make && make install''. Here's how to do it: | ||
git clone | git clone https://github.com/weechat/weechat.git | ||
cd weechat | cd weechat | ||
perl -p -i.bak -e 's/^AM_GNU_GETTEXT_VERSION\(\[0\.18\]\)/AM_GNU_GETTEXT_VERSION\(\[0\.17\]\)/g' configure.ac | perl -p -i.bak -e 's/^AM_GNU_GETTEXT_VERSION\(\[0\.18\]\)/AM_GNU_GETTEXT_VERSION\(\[0\.17\]\)/g' configure.ac |
edits