You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

The following steps are designed to compile LM-X SDK on a Unix machine in 5 minutes or less from a command line.

Compiling the LM-X SDK from a command line

To compile the LM-X SDK from a command line:

Step 1. Copy your LM-X-SDK lmx.lic file to the config directory.

Note: If you are upgrading LM-X, remember about copying your LM-X security configuration file from a previous LM-X installation to the config directory. (In LM-X SDK versions older than 4.2, security_config.lmx file was named after your vendorname.lmx.)

Step 2. From the root directory of the LM-X distribution, run make.

 

 

C:\Program Files (x86)\X-Formation\LM-X SDK v4.6.1> nmake

 

 

NoteYou can clean previously compiled files (for example, when rebuilding the SDK with a different license or security key).

/usr/local/lmx-sdk-4.6.1 $ make clean

 See Installation issues for information about problems and workarounds related to compiling the LM-X SDK.

  • No labels