| JamaicaVM 3.2 — User Documentation: The Virtual Machine for Realtime and Embedded Systems | ||
|---|---|---|
| Prev | Chapter 2. Installation | Next |
The release for Solaris is provided in the Solaris package format, with the file name Jamaica-version-solaris-target.pkg.Z. Super user (root) privileges are required to install the package:
> su Password: # |
The package must first be decompressed using uncompress, before it can be installed using pkgadd:
# uncompress Jamaica-<version>-linux-gnu-<target>.pkg.Z # pkgadd -d Jamaica-<version>-linux-gnu-<target>.pkg # |