An open API service indexing awesome lists of open source software.

https://github.com/cutie-shell/cutie-wlc

The Wayland compositor for Cutie
https://github.com/cutie-shell/cutie-wlc

Last synced: 2 months ago
JSON representation

The Wayland compositor for Cutie

Awesome Lists containing this project

README

          

# cutie-wlc

[![CircleCI](https://dl.circleci.com/status-badge/img/gh/cutie-shell/cutie-wlc/tree/cutie.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/cutie-shell/cutie-wlc/tree/cutie)

A Wayland compositor for Cutie based on QtWaylandCompositor.

## Building and installing

```bash
mkdir build
cd build
cmake ..
make
sudo make install
```