Versions Compared

Key

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

...

On Unix, type: make (using GNU make; for example, /home/user1/lm-x_distrib$ make).

You can also clean the SDK if needed (for example, when rebuilding the SDK with a different license or security key) using the following command:
 

On Windows, type: nmake clean

On Unix, type: gmake clean 

Notes:

  • For Windows 64-bit builds, be sure to set the environment properly, for example by running the following command:
    C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall x86_amd64

...