Skip to content

libpathime 0.1.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 00:33
· 19 commits to master since this release

0.1.1 adds macOS (arm64) to the platforms and the release artifacts. It builds and tests clean in CI; that is the extent of the verification so far.

Two archives per platform: the library package for embedders (headers, libraries, CMake and pkg-config files, pathime-data/) and the standalone demo package (unpack, run bin/pathime-demo). The source tarball carries every submodule at its pinned commit — GitHub's auto-generated "Source code" archives do not, and do not build.

Linux: built on Ubuntu 22.04 — needs glibc ≥ 2.35, and glib, sqlite3 and libuuid from the system: apt install libglib2.0-0 libsqlite3-0 libuuid1. macOS: arm64; needs glib from Homebrew (brew install glib) — sqlite3 and the UUID functions come with the system. Windows: needs the Visual C++ redistributable; every other dependency ships in the archive.

Licence: every binary archive is GPL-3 as a whole — it ships GPL-3 table databases and the GPL-2 anthy dictionary beside the MIT library and LGPL backends. share/doc/pathime/ inside each archive has the texts, and THIRD-PARTY.md the component-by-component terms and the build flags that produce differently-licensed trees.