mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
drop SQLiteCpp dependency
This commit is contained in:
parent
6c2dc8c4ac
commit
dfcc131ce2
9 changed files with 24 additions and 18 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue