@Dariusz Krzempek,
post #5
Cześć
W pliku Install jest opisana instalacja, m.in. dla AmigaOS. Pozwól, że zacytuję ten fragment:
For AmigaOS, to install a full copy of Geek Gadgets using the
BOOT.lha archive, assuming that your GG archives are in
dh0:junk/amiga-bin and the boot archive is dh0:junk/BOOT.lha, do the
following, with the paths modified appropriately for your local needs:
(For AmigaOS)
> makedir dh0:GG
> assign GG: dh0:GG
> cd GG:
> lha -mraxe x dh0:junk/BOOT.lha
> assign LIBS: GG:Sys/Libs add
> path GG:bin add
> assign bin: GG:bin
> sh
$ for file in /dh0/junk/amiga-bin/*.tgz
do
echo "=== $file ==="
tar -xzf $file
done
[...]
On AmigaOS, ignore any "Broken pipe - gzip" messages, they are
annoying but harmless.
If you want to install only a subset, you can run the "tar -xpzf"
command with only those archives as input, one archive at a time.
Jak widać instalacja sprowadza się właściwie do rozpakowania archiwów, więc nie ma z tym większych problemów. Po instalacji należy ustawić też zmienną TERM na amiga, czyli
set TERM amiga
Do user-startup dodajesz linię
execute Biuro:GG/sys/s/GG-startup
Oczywiście wolumin i katalog w którym zainstalowałeś GG podasz własne. Do zbioru GG-startup wstaw polecenie: set TERM amiga
W razie problemów pytaj.
Pozdrawiam świątecznie
Robert Jackowski