Skip to content

durandj/simplicity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplicity

A simplistic window management framework.

Installation

Dependencies

You'll need a C++ compiler and cmake to get started.

Compiling

Run the following commands to build simplicity:

cmake .
make

To compile with debug options and flags turned on use:

cmake -DCMAKE_BUILD_TYPE=Debug .
make

Releases

No releases published

Packages

No packages published