From 66e31edc5779b02fb66daadfcdc65f06b31ecb88 Mon Sep 17 00:00:00 2001 From: "Peter C. S. Scholtens" Date: Thu, 29 May 2025 10:21:43 +0200 Subject: [PATCH] Add SQLite dependency Description how to add SQLite dependency. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f12892f..59b06c7 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ The goal of this project is to create a Matrix client in Rust using the matrix-s To get started, you need to have Rust and Cargo installed on your system. You can download them from the official Rust website: https://www.rust-lang.org/tools/install +Also you have to install the development library of SQLite. On Debian-like systems this can be done with: +``` +sudo apt install libsqlite3-dev +``` + ## Current Features - Login