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

raven-os/feathers-deprecated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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