On Tue, 18 Nov 2025 07:26:55 +0800 solomoncyj <[email protected]> wrote: > > So what does it do ? > > Its like the normal libcommuni library, however, it uses cmake and > has changes to its source code specifically for my application that > makes it incompatible with the one in the repos already
Whether it's using cmake or not isn't relevant, for sure you can make chatterino link against a libary independent of a libraries build system. For the code change, I only see minimal changes [1], mostly code removals (most noeworthy removing encoding/decoding functionality and hardcoding UTF-8 handling instead.) Can expand on *why* you need the fork before we look at the available options? [1] https://github.com/communi/libcommuni/compare/v3.7.0...Chatterino:libcommuni:chatterino-cmake -- tobi

