The following procedure can be used in any Linux environment. It is the only choice available for environments which do not support RPM.
Certain commands used in the following procedure need to be entered with the correct package version and revision number.
Note: To determine package version and revision numbers, use this command:
rpm -qp filename
Example:
For example, if the package version is 1.0 and the revision is 2, then:
|
For this command variable: |
Use this value: |
|
|
|
|
|
|
|
For this command: |
Enter this: |
|
|
|
cd /usr/src
tar -xvzf
realport-version-revision.tgz
This will create a subdirectory called realport-version containing all of the RealPort source files.
cd /usr/src/realport-version
make all
Install the package components with:
make install
Register your module with the system initialization scripts by entering:
make postinstall
Recommended: Do not delete the source tree since the makefiles are necessary for the uninstall procedure.