Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 572 Bytes

File metadata and controls

19 lines (13 loc) · 572 Bytes

Requirements

In order to build ml.lib, a C++11 standard compliant compiler is required. This means Clang 3.1 or later, GCC 4.8 or later and Visual Studio 2012 or later.

Mac OS X

  • Open build/macosx/ml.xcworkspace
  • Select the scheme "BUILD ALL MAX" or "BUILD ALL PD"
  • Change the build system to "Legacy Build System" from File → Workspace Settings... → Build System
  • Type cmd-B to build

Linux

  • Change directory to the "build" directory
  • Type make install

Windows

  • Open build/win32/ml.sln
  • In the menu bar choose "Build" then "Build Solution"