summaryrefslogtreecommitdiff
path: root/docs/HOWTO_compile_lang_files.txt
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-01-05 17:45:40 +0000
committerrubidium <rubidium@openttd.org>2009-01-05 17:45:40 +0000
commitd5f311d3a2f96190674325ee64301e60f6db4f3e (patch)
tree4b5702cb87e3cf3ffc81aea26f0ad3add67c25ca /docs/HOWTO_compile_lang_files.txt
parentc7959ce2a9e2f5a4cbdb28aaabe4330695358308 (diff)
downloadopenttd-d5f311d3a2f96190674325ee64301e60f6db4f3e.tar.xz
(svn r14846) -Doc: strgen hasn't been part of the trunk/release binaries for quite a while, so point to the precompiled strgen package instead.
Diffstat (limited to 'docs/HOWTO_compile_lang_files.txt')
-rw-r--r--docs/HOWTO_compile_lang_files.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/HOWTO_compile_lang_files.txt b/docs/HOWTO_compile_lang_files.txt
index 101e50b02..ce5d6cd38 100644
--- a/docs/HOWTO_compile_lang_files.txt
+++ b/docs/HOWTO_compile_lang_files.txt
@@ -7,8 +7,9 @@ you have downloaded english.txt, the master language file, for. While this is
not always true, namely when changes in the code have not touched language
files, your safest bet is to assume this 'limitation'.
As a first step you need to compile strgen. This is as easy as typing
-'make strgen'. You can also download a precompiled binary from a release,
-nightly, etc.
+'make strgen'. You can download the precompile strgen from:
+http://www.openttd.org/download-strgen
+
strgen takes as argument a txt file and translates it to a lng file, allowing
it to be used inside OpenTTD. strgen needs the master language file
english.txt to work. Below are some examples of strgen usage.