forked from fuel-pcbox/maxima
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.i18n
36 lines (26 loc) · 907 Bytes
/
README.i18n
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Maxima 5.9.3 comes with documentation translated
into Portuguese and Spanish languages.
Configure options (see INSTALL for more details)
--enable-lang-es
--enable-lang-pt
--enable-lang-es-utf8
--enable-lang-pt-utf8
trigger building of corresponding language
pack. Each language pack contains documentation
in info (for Maxima on-line help system) and
HTML formats.
First two configure options
--enable-lang-es
--enable-lang-pt
build language packs for locales in ISO-8859-1
(aka Latin1) encoding such as es_XX and pt_XX,
where XX is any valid country code.
This language packs work on all Lisp implementations.
Second pair of options
--enable-lang-es-utf8
--enable-lang-pt-utf8
build language pack for Unicode locales
(es_XX.UTF-8, pt_XX.UTF-8).
They are compatible only with Unicode-aware
Lisp implementations such as ccl, clisp, cmucl, ecl,
and sbcl.