Versions Compared

Key

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

...

  1. Extract one of the distributions, and make sure the security configuration file is in place Follow the instructions given in Getting Started with LM-X License Manager for compiling the LM-X distribution.

  2. Copy or move the platform-specific directory (for example, win32_x86 or solaris_sparc) to the root directory of LM-X. (Only platform-specific files are stored in the platform-specific directory. All shared files exist in the include directory, which is also located in the LM-X root directory.)

  3. From the platform-specific directory, use nmake (for Windows) or make (for Unix) to compile the platform-specific files.

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

Directory

Description

/include.mk

File defining which platform to compile examples for.

/config

Security configuration file.

/include

Shared header files across all platforms.

Platform-specific directories, such as:
/win32_x86/linux_x86/macosx_universal/solaris_sparc
/freebsd_x86

Platform-specific files.

...