diff options
author | Nikolay Shaplov <n@shaplov.ru> | 2013-12-07 15:46:22 +0400 |
---|---|---|
committer | Nikolay Shaplov <n@shaplov.ru> | 2013-12-07 15:46:22 +0400 |
commit | fdd06d604ec14cde85f343a87f763c9310bafb6c (patch) | |
tree | dd033f56dde95f682e86a755489988a9a638f7cb /README.Debian | |
parent | 89d013dca342fa4716f51774583ea1d539cd00e0 (diff) | |
download | ldd3-fdd06d604ec14cde85f343a87f763c9310bafb6c.tar.gz |
Proposial of README.Debian file that explains Debian users how to build
examples for current prebuilt linux kernel
Diffstat (limited to 'README.Debian')
-rw-r--r-- | README.Debian | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.Debian b/README.Debian new file mode 100644 index 0000000..3e1f6a3 --- /dev/null +++ b/README.Debian @@ -0,0 +1,17 @@ +Compiling in Debian +------------------- + +In order to build examples for current prebuilt kernel, you should install +linux-headers package for you current kernel: + +$ sudo apt-get install linux-headers-$(uname -r) + +You will also need make tools: + +$ sudo apt-get install make + +Now just run make in example dir you want to build. + +NOTE: These examples were designed for latest linux kernel and you might not +be able to build some of them for older prebuilt kernels from Debian-based +distributives. |