rliou92 / umonitor

Manage monitor configuration automatically
MIT License
69 stars 1 forks source link

An error on "make" #7

Closed mikehlim closed 5 years ago

mikehlim commented 5 years ago

Any dependency packages? I'm running it on Ubuntu 18.04

mlim@linux:~/umonitor-master$ make gcc -Wall -c src/screen.c -o obj/screen.o In file included from src/screen.c:1:0: src/common.h:5:10: fatal error: libconfig.h: No such file or directory

include

      ^~~~~~~~~~~~~

compilation terminated. Makefile:33: recipe for target 'obj/screen.o' failed make: *** [obj/screen.o] Error 1

rliou92 commented 5 years ago

Yes, libconfig is the missing package.

mikehlim commented 5 years ago

Thank you. Successfully done. make sudo make install

another error is "Configuration file not found" mlim@linux:~$ umonitor --listen --quiet& [2] 5754 mlim@linux:~$ Configuration file not found.

mikehlim commented 5 years ago

Nevermind, I should run the "umonitor --save home" Thank you.