Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 467 Bytes

Feathers

A compositor for raven-os

Building

Dependencies:

Pass CLAWS_DIR and MAGMA_DIR so that cmake finds them.

Ex:

mkdir -p build/Debug
cd build/Debug
cmake ../.. -DCMAKE_BUILD_TYPE=Debug -DCLAWS_DIR=<claws dir from root> -DMAGMA_DIR=<magma dir from root>
cd ../..
cmake --build build/Debug