mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
first working desktop version
This commit is contained in:
parent
0e6ff84388
commit
42e8912912
30 changed files with 2561 additions and 3 deletions
16
readme-build.md
Normal file
16
readme-build.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
Build
|
||||
-----
|
||||
|
||||
Currently still using qmake, will be ported to CMake
|
||||
|
||||
* make sure you have both **ECL** and **Qt6** installed
|
||||
* make sure to use `qmake` from Qt6
|
||||
|
||||
```
|
||||
$ cd src/build
|
||||
$ qmake ../lqml.pro
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue