first working desktop version

This commit is contained in:
pls.153 2022-01-17 13:10:40 +01:00
parent 0e6ff84388
commit 42e8912912
30 changed files with 2561 additions and 3 deletions

16
readme-build.md Normal file
View 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
```