install.amiga
来自「举世闻名的joe记事本源程序」· AMIGA 代码 · 共 53 行
AMIGA
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), soinserting shell command output (CTRL-K !) does not work. All other functionsare 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 usestandard Amiga shell): sh configure --prefix=/ggFrom UNIX shell (like ksh) you may just type: ./configure --prefix=/ggWhen the configuration process finishes, type: makeAfter compiling you may install the program by using: make installTo clean up the distribution (erase all binary and #?.o files) you can use: make clean6. Known bugs-------------AmigaOS port of JOE currently has no specific bugs7. Port author---------My name is Pavel Fedin, i live in Russia, and you can always reach me byE-Mail: sonic_amiga@rambler.ru
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?