Installation instructions after downloading:
- The Ch language
environment must be installed first before this package can be
installed.
- Install Ch Java package with the following commands in a Ch
command shell.
- gzip -dc chjava-1.0.0.tar.gz | tar -xvof -
- ch
./installpkg.ch chjava
- Install Ch Kaffe package with the following commands in a Ch
command shell.
- gzip -dc chkaffe-1.0.0.tar.gz | tar -xvof -
- ch
./installpkg.ch chkaffe
|