mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
init sqlite database library
This commit is contained in:
parent
cf64949986
commit
814b25a946
7 changed files with 57 additions and 5 deletions
|
|
@ -10,7 +10,10 @@ GTK 4 / C++ implementation branch
|
|||
|
||||
### Linux
|
||||
|
||||
* `sudo apt install git libgtkmm-4.0-dev libglibmm-2.68-dev`
|
||||
``` bash
|
||||
sudo apt install git libgtkmm-4.0-dev libglibmm-2.68-dev libsqlite3-dev
|
||||
```
|
||||
|
||||
* `git clone https://github.com/YGGverse/Yoda.git`
|
||||
* `cd Yoda`
|
||||
* `git checkout master`
|
||||
|
|
@ -38,7 +41,9 @@ GTK 4 / C++ implementation branch
|
|||
|
||||
### Environment
|
||||
|
||||
* `pkg-config --cflags --libs gtkmm-4.0 glibmm-2.68`
|
||||
``` bash
|
||||
pkg-config --cflags --libs gtkmm-4.0 glibmm-2.68 sqlite3
|
||||
```
|
||||
|
||||
### Contribution
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue