mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
update readme
This commit is contained in:
parent
121170fcbd
commit
7a4918cc4b
1 changed files with 15 additions and 1 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
Info
|
Info
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|
@ -25,6 +24,21 @@ you can then try to change the image source from the REPL:
|
||||||
This will load the image directly from the database.
|
This will load the image directly from the database.
|
||||||
|
|
||||||
|
|
||||||
|
Prepare
|
||||||
|
-------
|
||||||
|
|
||||||
|
Please copy the app template files first:
|
||||||
|
```
|
||||||
|
$ cd ..
|
||||||
|
$ ./copy.sh qsqlite
|
||||||
|
```
|
||||||
|
For running on the desktop, you'll also need to compile the plugin:
|
||||||
|
```
|
||||||
|
$ cd cpp
|
||||||
|
$ qmake; make
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Run
|
Run
|
||||||
---
|
---
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue