mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
257 B
257 B
Build
Currently still using qmake, will be ported to CMake.
- make sure you have both ECL and Qt6 installed
- make sure to use
qmakefrom Qt6
$ cd src
$ mkdir build
$ cd build
$ qmake ../lqml.pro
$ make -j4
$ sudo make install