docs/Howto_compile_lng_files_from_CLI.txt
changeset 5655 8f59540932fe
parent 3971 2116cd6db7fd
equal deleted inserted replaced
5654:0c9a14fb6113 5655:8f59540932fe
    30 this will need english.txt to be present
    30 this will need english.txt to be present
    31 
    31 
    32 -w
    32 -w
    33 strgen will print any missing strings to standard error output(stderr)
    33 strgen will print any missing strings to standard error output(stderr)
    34 this will need english.txt to be present
    34 this will need english.txt to be present
    35 
       
    36 here are a very useful tool for translators:
       
    37 http://openttd.rulez.org/
       
    38 
       
    39 
       
    40 HOWTO compile strgen:
       
    41 (this should be useless as you can just type make)
       
    42 Goto the main dir
       
    43 Compile by typing
       
    44 gcc strgen/strgen.c -o strgen/strgen -DUNIX
       
    45 or if you want it to tell the revision too
       
    46 gcc strgen/strgen.c rev.o -o strgen/strgen -DUNIX -DWITH_REV (this is the one the makefile uses)
       
    47 
       
    48 you now have a program called strgen in the strgen directory