Windows installer: update wxMaxima.
[maxima/cygwin.git] / README.i18n
blobcfe6404404eb4b86dad1ac60fec6996942ab5893
1 Maxima 5.9.3 comes with documentation translated
2 into Portuguese and Spanish languages. 
4 Configure options (see INSTALL for more details) 
6     --enable-lang-es
7     --enable-lang-pt
8     --enable-lang-es-utf8
9     --enable-lang-pt-utf8
10     
11 trigger building of corresponding language
12 pack.  Each language pack contains documentation
13 in info (for Maxima on-line help system) and 
14 HTML formats.
16 First two configure options   
18     --enable-lang-es
19     --enable-lang-pt
21 build language packs for locales in ISO-8859-1
22 (aka Latin1) encoding such as es_XX and pt_XX,
23 where XX is any valid country code.
24 This language packs work on all Lisp implementations.
26 Second pair of options
28     --enable-lang-es-utf8
29     --enable-lang-pt-utf8
31 build language pack for Unicode locales
32 (es_XX.UTF-8, pt_XX.UTF-8).
33 They are compatible only with Unicode-aware 
34 Lisp implementations such as ccl, clisp, cmucl, ecl,
35 and sbcl.