ttygde / pokoy

Lightweight daemon that helps prevent RSI and other computer related stress
GNU General Public License v2.0
57 stars 9 forks source link

Undocumented dependencies and unknown CFLAGS #8

Closed mlromramse closed 4 years ago

mlromramse commented 9 years ago

I like your application.

However when installing it on my LinuxMint 13 distribution I had to install the following to be able to run make:

Furthermore I had to change the CFLAGS row to:

CFLAGS = -std=gnu1x -02

After this it compiled, installed and runs beautifully,

Please change the Makefile and add this to your doc, in your own words, so that more people than C programmers can install this easily. Maybe a configure file could do it?

As you probably understand I am not a C programmer. I got help.

Thanks!

matmatyk commented 4 years ago

Proposed solutions:

  1. Update docs
  2. Move to CMake which will handle all dependencies.
matmatyk commented 4 years ago

Added information about dependencies to README file. Additionally switched to CMake which will inform the user which libraries can't be found in OS.