2
Upgrading RLM Upgrading from a Demo to a Permanent RLM license If you are upgrading from a demo to a permanent RLM license, do the following: 1. Edit src/license_to_run.h with the license keys you received from Reprise Software. 2. Edit the makefile in the platform directory; modify the ISV line from: ISV=demo to ISV=(your-isv-name) 3. 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: 1. Edit src/license_to_run.h with the license keys you received from Reprise Software. 2. Edit the makefile in the platform directory; modify the ISV line from: ISV=demo to

Upgrading RLM – January 17, 2011 - Reprise Software · Upgrading RLM • Upgrading from a Demo to a Permanent RLM license If you are upgrading from a demo to a permanent RLM license,

  • Upload
    lyphuc

  • View
    214

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Upgrading RLM – January 17, 2011 - Reprise Software · Upgrading RLM • Upgrading from a Demo to a Permanent RLM license If you are upgrading from a demo to a permanent RLM license,

Upgrading RLM

• Upgrading from a Demo to a Permanent RLM license

If you are upgrading from a demo to a permanent RLM license, do the following:

1. Edit src/license_to_run.h with the license keys you received fromReprise Software.

2. Edit the makefile in the platform directory; modify the ISV line from:

ISV=demo

to ISV=(your-isv-name)

3. 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:

1. Edit src/license_to_run.h with the license keys you received fromReprise Software.

2. Edit the makefile in the platform directory; modify the ISV line from:

ISV=demo

to

Page 2: Upgrading RLM – January 17, 2011 - Reprise Software · Upgrading RLM • Upgrading from a Demo to a Permanent RLM license If you are upgrading from a demo to a permanent RLM license,

ISV=(your-isv-name)

3. Copy src/rlm_pubkey.c, src/rlm_privkey.c, and src/rlm_isv_config.cfrom your old RLM kit to the src directory of the new kit.

4. 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.

5. 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.

Rev 1.1, August, 2016