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.
- 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
- Change directory to the "build" directory
- Type
make install
- Open build/win32/ml.sln
- In the menu bar choose "Build" then "Build Solution"