Skip to content

Releases: stcmz/mccsx

Pre-built binaries for v1.1.1

12 Nov 02:32
Compare
Choose a tag to compare

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

Pre-built binaries for v1.1.0

27 Sep 00:52
Compare
Choose a tag to compare

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 Core 3.1 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

Pre-built binaries for v1.0.0

26 Sep 06:12
Compare
Choose a tag to compare

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 Core 3.1 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