| 1 |
|
|---|
| 2 |
HPUX: |
|---|
| 3 |
Please use GNU libiconv. Otherwise, if even ISO-8859-1 won't work, |
|---|
| 4 |
try --disable-iconv. |
|---|
| 5 |
|
|---|
| 6 |
Windows (MingW): |
|---|
| 7 |
The binary was created by cross-compiling with the |
|---|
| 8 |
mingw-cross compiler packaged by Debian: |
|---|
| 9 |
|
|---|
| 10 |
ii mingw32 3.4.2.20040916.1-2 Minimalist GNU win32 (cross) compiler |
|---|
| 11 |
ii mingw32-binutils 2.15.94-20050118.1-1 Minimalist GNU win32 (cross) binutils |
|---|
| 12 |
ii mingw32-runtime 3.7-1 Minimalist GNU win32 (cross) runtime |
|---|
| 13 |
|
|---|
| 14 |
Additionally, libiconv was installed from a W32 Gimp Gtk installer, |
|---|
| 15 |
packaged as follows: |
|---|
| 16 |
|
|---|
| 17 |
ii mingw32-libiconv 0.0-1 iconv for cross-compiling with mingw32 (runtime) |
|---|
| 18 |
ii mingw32-libiconv-dev 0.0-1 iconv for cross-compiling with mingw32 (developer) |
|---|
| 19 |
|
|---|
| 20 |
It was configured as follows: |
|---|
| 21 |
|
|---|
| 22 |
./configure --host=i586-mingw32msvc --build=i686-pc-linux-gnu CFLAGS=-O4 --disable-ssl --disable-tcl |
|---|
| 23 |
|
|---|
| 24 |
The binary was stripped afterwards. |
|---|
| 25 |
|
|---|
| 26 |
NOTE since 0.5.0.3+ for previous users: |
|---|
| 27 |
* the climmrc file is now taken from %USERPROFILE% (if defined), %HOME% (if defined), |
|---|
| 28 |
{HKEY_CURRENT_USER\Software\climm\InstallationDirectory}\etc (if key is set), |
|---|
| 29 |
{HKEY_LOCAL_MACHINE\Software\climm\InstallationDirectory}\etc (if key is set), |
|---|
| 30 |
the directory etc under the directory where climm.exe is located (if w32 gives this info), |
|---|
| 31 |
or C:\climm\etc\. |
|---|
| 32 |
|
|---|
| 33 |
NOTE: |
|---|
| 34 |
* This binary is still HIGHLY EXPERIMENTAL. |
|---|
| 35 |
* It does, unfortunately, not run under WINE. |
|---|
| 36 |
* Use %LC_ALL% or -i option to set locale to e.g. de.CP437 |
|---|
| 37 |
* load ANSI.SYS; see |
|---|
| 38 |
http://mysite.verizon.net/jialpert/Computrs/ANSI_COM.htm |
|---|
| 39 |
http://www.nthelp.com/40/ansiNT.htm |
|---|
| 40 |
http://www.robvanderwoude.com/ansi.html |
|---|
| 41 |
http://www.xs4all.nl/~robw/files/ansi.zip |
|---|
| 42 |
|
|---|
| 43 |
The following features do not work: |
|---|
| 44 |
* no remote-control via a FIFO (no FIFOs on this platform) |
|---|
| 45 |
* the socket is not(!) non-blocking - help is needed here |
|---|
| 46 |
|
|---|
| 47 |
Windows (Cygwin): |
|---|
| 48 |
You need a Cygwin installation with libiconv and openssl. |
|---|
| 49 |
|
|---|
| 50 |
NOTE for previous users: |
|---|
| 51 |
* see Windows (MingW) |
|---|
| 52 |
|
|---|
| 53 |
The following features do not work: |
|---|
| 54 |
* no remote-control via a FIFO (no FIFOs on this platform) |
|---|
| 55 |
|
|---|
| 56 |
Playstation 2 / Linux: |
|---|
| 57 |
The binary was contributed by J. Grant. Here's a note he wants to have displayed: |
|---|
| 58 |
- |
|---|
| 59 |
Sony PS2 GNU/Linux default locale is broken, please make file in your |
|---|
| 60 |
home dir called .i18n with the following locale variables. If you do |
|---|
| 61 |
not correct his error you will only see "????" instead of Japanese. |
|---|
| 62 |
LANG=ja |
|---|
| 63 |
LC_CTYPE=ja |
|---|
| 64 |
- |
|---|
| 65 |
|
|---|
| 66 |
AmigaOS: |
|---|
| 67 |
The following features do not work in AmigaOS: |
|---|
| 68 |
* only buildin iconv() support (no system iconv() available) |
|---|
| 69 |
* no remote-control via a FIFO (no FIFOs on this platform) |
|---|
| 70 |
- if you want to code an AREXX port instead, let me know |
|---|
| 71 |
|
|---|
| 72 |
BeOS: |
|---|
| 73 |
The last climm build is quite outdated. If you want to create a newer, |
|---|
| 74 |
feel free to contribute. |
|---|
| 75 |
|
|---|
| 76 |
MacOS X: |
|---|
| 77 |
You need a Fink environment; see http://fink.sourceforge.net/ for details. |
|---|
| 78 |
|
|---|