Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 494 Bytes

color-temp

linux shared library to fetch rgb and intensity from color temperature

Install

  1. Install git

    $ sudo apt-get install git

  2. clone sunrise-sunset repository

    $ git clone https://github.com/bobsrentacow/color-temp

  3. build

    $ cd color-temp

    $ make

  4. install the shared library into /usr/lib and update the library cache

    $ sudo make install

Test

After completing the Install steps, execute the test executable under color-temp.