Versions Compared

Key

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

The following steps are designed to compile LM-X SDK on a Windows machine in 5 minutes or less from a command line and using Visual Studio.

Note: By default, when you install the SDK, Visual Studio opens to let you compile the SDK. We recommend that you use the project files and use the Build, Clean and Rebuild UI actions within the IDE to compile and recompile the SDK. Alternatively, you can compile the SDK from a command line using nmake, as described below.

Compiling the LM-X SDK from Visual Studio

...

When the compilation is successfully completed, you will see a "Build succeeded" message on the Visual Studio status bar, as shown below.


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

Compiling the LM-X SDK from a command line

...

Step 2. Set the environment variable.

[screenshot -2]

The following table shows examples of environment variables.

Visual Studio Version Script
9.0%PROGRAM_FILES%\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat (Visual Studio 2008 32-bit)
  
  
  

  Step 3. From the root directory of the LM-X distribution, run nmake.

screen 5 - ready-enjoy

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