add locale note

This commit is contained in:
zzz
2016-01-16 17:37:39 +00:00
parent acfb0a1e3b
commit 71c4505617
2 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,8 @@ Prerequisites to build from source:
Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6 Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6
Apache Ant 1.7.0 or higher Apache Ant 1.7.0 or higher
The xgettext, msgfmt, and msgmerge tools installed The xgettext, msgfmt, and msgmerge tools installed
from the GNU gettext package http://www.gnu.org/software/gettext/ from the GNU gettext package http://www.gnu.org/software/gettext/
Build environment must use a UTF-8 locale.
To build and install I2P from source, you must first build To build and install I2P from source, you must first build
and package up the appropriate installer by running: and package up the appropriate installer by running:

View File

@ -5,6 +5,7 @@ Prerequisites to build from source:
Apache Ant 1.7.0 or higher Apache Ant 1.7.0 or higher
The xgettext, msgfmt, and msgmerge tools installed The xgettext, msgfmt, and msgmerge tools installed
from the GNU gettext package http://www.gnu.org/software/gettext/ from the GNU gettext package http://www.gnu.org/software/gettext/
Build environment must use a UTF-8 locale.
To build: To build:
On x86 systems do: On x86 systems do: