Sunday, October 26, 2014

HowTo: Install linux kernel headers in Debian

As root user, do:

#: apt-get install linux-headers-$(uname -r)

Reference(s):
http://www.cyberciti.biz/faq/howto-install-kernel-headers-package/

No comments:

Qt console hello world

Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open  Qt Creator  and click on  Create Project... ...