Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Important: You must reuse this security configuration file for the lifetime of your application. When updating to new builds of LM-X or compiling LM-X on multiple platforms, the installer will let you choose an existing security configuration file. If you do not choose an existing security configuration file while running the installer, you must manually place the file in the config directory after installing the SDK.

Compiling the LM-X SDK manually

If needed (for example, if you are extending the functionality of LM-X), you can recompile the LM-X SDK manually after initial installation.

...

  • If you have multiple platforms, see Building LM-X for multiple platforms, below. If you have any problems compiling the LM-X SDK, see Troubleshooting, below.

Directory Structure

After you've compiled the platform-specific files, your LM-X directory structure should look similar to the following:

...

Mixing files works only between identical versions of LM-X; for example, v4.2 files are not compatible with v4.3 files. You can verify the same version is being used by checking the version.txt file.

Building LM-X for multiple platforms

To build LM-X for multiple platforms:

...

    • On Windows, type: nmake (for example, C:\lm-x_distrib\win32_x86> nmake). Alternatively, you can use Visual Studio solutions lmx_vs2008.sln, lmx_vs2010.sln, or lmx_vs2012.sln.
    • On Unix, type: make (using GNU make).

Troubleshooting

If you experience any installation problems, try the following troubleshooting steps. 

...