drop SQLiteCpp dependency

This commit is contained in:
yggverse 2024-09-09 05:06:36 +03:00
parent 6c2dc8c4ac
commit dfcc131ce2
9 changed files with 24 additions and 18 deletions

View file

@ -16,8 +16,7 @@ apt install git\
libglibmm-2.68-dev\
libgtkmm-4.0-dev\
libpangomm-2.48-dev\
libsqlite3-dev\
libsqlitecpp-dev
libsqlite3-dev
```
* `git clone https://github.com/YGGverse/Yoda.git`
@ -68,5 +67,4 @@ pkg-config --cflags --libs gio-2.0\
* [GTK](https://gtk.org) - free and open-source cross-platform widget toolkit
* [gtkmm](https://gtkmm.org) - official C++ interface for GTK
* [SQLite](https://sqlite.org) - profile database
* [SQLiteCpp](https://github.com/SRombauts/SQLiteCpp) - SQLite3 C++ wrapper
* [SQLite](https://sqlite.org) - profile database