tce-load -i compiletc cmake git ncursesw-dev Xorg-7.7-3d-dev lua-5.3-dev imlib2-dev ipv6-netfilter-KERNEL curl-dev libical3-dev pulseaudio-dev libiw https://github.com/brndnmtthws/conky/archive/v1.11.6.tar.gz cd conky-1.11.6 mkdir build cd build sudo modprobe ipv6 cmake -LAH -DCMAKE_C_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe" -DCMAKE_CXX_FLAGS_RELEASE="-flto -fuse-linker-plugin -mtune=generic -Os -pipe -DNDEBUG" -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release -DCMAKE_VERBOSE_MAKEFILE=TRUE -Wno-dev -DCURSES_CURSES_LIBRARY=/usr/local/lib/libncursesw.so -DCURSES_INCLUDE_PATH=/usr/local/include/ncursesw -DBUILD_CURL=ON -DBUILD_ICAL=ON -DBUILD_PULSEAUDIO=ON -DBUILD_WLAN=ON -DSYSTEM_CONFIG_FILE=/usr/local/etc/conky/conky.conf ../ [-fno-exceptions fails] make [0m 54.66s] sudo make install