Upgrading from a Demo to a Permanent RLM License
If you are upgrading from a demo to a permanent RLM license, do the following:
- Edit src/license_to_run.h with the license keys you received from Reprise Software.
- Edit the makefile in the platform directory; modify the ISV line from:
ISV=demo
to
ISV=(your-isv-name) - In the platform directory, execute the following commands:
>make clean (nmake clean on Windows)
>make (nmake on Windows)
At this point, your RLM client library, license server, and utilities are ready for you to use.
Upgrading from One RLM Version to Another
If you are upgrading from one RLM version to another, do the following:
- Edit src/license_to_run.h with the license keys you received from Reprise Software.
- Edit the makefile in the platform directory; modify the ISV line from:
ISV=demo
to
ISV=(your-isv-name) - Copy src/rlm_pubkey.c, src/rlm_privkey.c, and src/rlm_isv_config.c from your old RLM kit to the src directory of the new kit.
- Review the settings in src/rlm_isv_config.c. If you made any changes to the default settings in the previous version, edit that file in the current version and bring forward the changes. Also look for settings that are new since the previous version to make sure that the defaults are appropriate for your company, and change them if not.
- In the platform directory, execute the following commands:
>make clean (nmake clean on Windows)
>make (nmake on Windows)
At this point, your RLM client library, license server, and utilities are ready for you to use.