Versions Compared

Key

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

...

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

Step 1. Run cmd.exe.

Image Modified

Step 2. Set the environment variable.

Image Modified

The following are examples of environment variables:

...

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

Image Modified

Cleaning the LM-X SDK using Visual Studio

...

To compile the LM-X SDK using MinGW:

Step 1. Run cmd.exe.

Image Modified

Step 2. Set the environment variable.

Image Modified

Note: The path for mingw32-make may vary depending on the machine and architecture being used.

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

Image Modified

Cleaning the LM-X SDK using MinGW

...