Versions Compared

Key

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

...

    • 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. 

  • If nmake fails under Windows, the compiler environment for Visual Studio may not be set up properly.

    To set it on the command line, you can run vcvars32.bat, typically located in C:\Program Files\Microsoft Visual Studio version#\VC\bin. Be sure to use the same console to execute nmake that you used to run the batch file.
  • If you get C# (csc.exe) errors, make sure the .NET framework location is included in your PATH variable. For example:

    For Visual Studio 2008: C:\WINDOWS\Microsoft.NET\Framework\v3.5
    For Visual Studio 2010: C:\Windows\Microsoft.NET\Framework\v4.0.30319
    For Visual Studio 2012: C:\Windows\Microsoft.NET\Framework\v4.0.30319