CBLite and embedded linux with Qt

Hi all
I’m very new to couch base lite.
my question:
Can I use CBLite on my raspberry pi with Qt?

Couchbase Lite does not have a C or C++ variant, so you cannot use it directly. You can experiment with LiteCore, which is the core functionality library of Couchbase Lite that is written in C++ with a C API, but it is not directly supported for end users.

thanks for your support
how can I use LiteCore in linux distribution?