On 26/11/14 19:19, anonym wrote:
> Hi,
>
> If you build Tails on Debian Wheezy you may want to add wheezy-backports
> to your sources and install `gettext` from it (>= 0.18.3 is now required):
>
> apt-get install gettext/wheezy-backports
>
> It will actually only be relevant if you try to build the
> `feature/jessie` branch, but consider yourselves warned.
Oh, and for people using Vagrant, you need to provision it:
rake vm:provision
If you have a feature or a bugfix branch checked out, you must merge
stable or devel (whatever the branch is branched from) into it before
running this. Or you can just checkout stable or devel and run it.
Cheers!