Latest Release

Download the source code or prebuilt binaries for your platform:

The latest version of Charisma is 1.0.3 published on 2025-02-12T21:45:56Z.

Filename Size
charisma-1.0.3.tar.gz 337 KB

Looking for previous versions? Check the GitHub releases page.

Release Notes

This release corrects a compiler warning related to integer conversion. This correction does not affect the functionality of the library.

Building from Source

Building Charisma from source requires a C compiler with at least C99 conformance.

1
Download the source code for Charisma.
2

Build with:

$ ./configure
$ make
$ make install

Building with CMake

1
Install CMake.
2
Download the source code for Charisma.
3

Build with the following or choose a custom generator:

$ cmake -B build
$ cmake --build build
$ cmake --install build