# Note: depends on pkg-config # Note: depends on gtkmm2 # Note: depends on pcre # Note: there seems to be a bug causing gsmartcontrol to crash if you select one drive and then select another drive, but other than that it works, just stick to one drive per session. wget -c http://downloads.sourceforge.net/project/gsmartcontrol/0.9.0/gsmartcontrol-0.9.0.tar.bz2 tar -xjf gsmartcontrol-0.9.0.tar.bz2 cd gsmartcontrol-0.9.0 mkdir -p build cd build ../configure --prefix="/usr" CXXFLAGS="-std=gnu++11" make # Doesn't mind -j# make install