Skip to content

Pre-built binaries for v1.4

Compare
Choose a tag to compare
@stcmz stcmz released this 04 May 03:29

Download the binary file of a certain system, place it in a binary path with a short name.
e.g.

On Windows: C:\WINDOWS\system32\mccsx.exe
On Linux/MacOS: /usr/bin/mccsx

Prerequisite

  • .NET 5.0 SDK or runtime: Follow the official guide to install.
  • GDI+ lib: On platforms other than Windows, an additional lib must be installed to support the generation of heatmaps.

For example, on Ubuntu, run

sudo apt install libgdiplus

On macOS, run

brew install mono-libgdiplus