mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-05 18:20:33 -08:00
revisions
This commit is contained in:
parent
e8c3aa356f
commit
7353b4d2b1
2 changed files with 2 additions and 3 deletions
|
|
@ -24,8 +24,7 @@
|
|||
|
||||
(defun delete-image (id)
|
||||
(query "delete from images where id = ?"
|
||||
id)
|
||||
(values))
|
||||
id))
|
||||
|
||||
(defun delete-all-images ()
|
||||
(query "delete from images"))
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ $ devel-su pkcon refresh
|
|||
$ devel-su pkcon install zypper
|
||||
$ devel-su zypper install gcc make
|
||||
```
|
||||
You may also needed to edit `ecl-23.9.9/src/gmp/configure`, and replace all
|
||||
You may also need to edit `ecl-23.9.9/src/gmp/configure`, and replace all
|
||||
occurrences of `linux*android*)` with `linux-android*)`.
|
||||
|
||||
After compiling and installing ECL, add this soft link:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue