aesophor / wmderland

🌳 X11 tiling window manager using space partitioning trees
https://www.reddit.com/r/unixporn/comments/fb8ve1/wmderland_104_time_to_move_on/
MIT License
409 stars 15 forks source link

Issue compiling. Missing dependencies? #2

Closed Phate6660 closed 5 years ago

Phate6660 commented 5 years ago

Are there any dependencies for this? I looked around the github and couldn't find any. I ended up getting a compilation error.

src/main.cpp:2:10: fatal error: glog/logging.h: No such file or directory
 #include <glog/logging.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
src/wm.cpp:10:10: fatal error: glog/logging.h: No such file or directory
 #include <glog/logging.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
src/workspace.cpp:5:10: fatal error: glog/logging.h: No such file or directory
 #include <glog/logging.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:7: all] Error 1
Phate6660 commented 5 years ago

Never mind. I'm an idiot. -_-