Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 321 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 321 Bytes

rot8cpp

Just a small rotation to be daemon for auto rotating screen.

Initial

cmake .

Build

make

Install

sudo make install

Uninstall

sudo make uninstall

Clean

make clean

Debug Build

cmake -DCMAKE_BUILD_TYPE=Debug .