-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL.AMIGA
53 lines (37 loc) · 1.25 KB
/
INSTALL.AMIGA
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
1. Introduction
---------------
This file describes particular issues on AmigaOS port of JOE.
2. Requirements
---------------
To compile JOE you need ncurses and termcap libraries installed.
3. Installation
---------------
- Extract the archive into your GeekGadgets tree
- Go to AmigaOS shell and execute "setenv TERM amiga"
- Copy file ENV:TERM to your ENVARC: directory.
4. Usage
--------
Unfortunately ixemul.library does not implement pseudo-terminals (ptys), so
inserting shell command output (CTRL-K !) does not work. All other functions
are fully implemented and work exactly in the same way as in UNIX version.
5. Compiling
------------
To recompile JOE just cd to the directory with sources and type (if you use
standard Amiga shell):
sh configure --prefix=/gg
From UNIX shell (like ksh) you may just type:
./configure --prefix=/gg
When the configuration process finishes, type:
make
After compiling you may install the program by using:
make install
To clean up the distribution (erase all binary and #?.o files) you can use:
make clean
6. Known bugs
-------------
AmigaOS port of JOE currently has no specific bugs
7. Port author
---------
My name is Pavel Fedin, i live in Russia, and you can always reach me by
E-Mail:
sonic_amiga@rambler.ru