Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 686 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 686 Bytes

ukui-greeter

Check build

Lightdm greeter for UKUI

Getting started

Clone this repository and update all submodule.

git clone https://github.com/ukui/ukui-greeter.git
git submodule init
git submodule update

Install necessary dependencies:

  • Ubuntu/Debian: qttools5-dev-tools, pkg-config, qtbase5-dev, libqt5x11extras5-dev, libqt5svg5-dev, liblightdm-qt5-3-dev, libx11-dev, libxtst-dev, libxrandr-dev, qttools5-dev-tools, libimlib2-dev

Use qmake generate Makefile, then build the project.

mkdir -p build && cd build
qmake ../
make -j$(nproc)