~ubuntu-branches/ubuntu/trusty/sysprof/trusty

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Mimram
  • Date: 2006-01-11 19:08:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060111190808-7tnhl2wah4adbfhx
Tags: 1.0.1-3
* Using dpatch to handle patches.
* Added x86_64.dpatch to correct and int / long mismatch.
* Installing documentation in sysprof-module-source too.
* Added an icon for menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Prerequisites
2
 
-------------
3
 
 
4
 
Sysprof needs a 2.6.11 or newer kernel with profiling enabled
5
 
(CONFIG_PROFILING=y).
6
 
 
7
 
 
8
 
How to compile the driver
9
 
------------------------
10
 
 
11
 
The easy way:
12
 
 
13
 
type "m-a a-i sysprof-module" and wait. If something is missing (eg. the kernel
14
 
headers), you will see instructions for the additional steps.
15
 
 
16
 
Manual way:
17
 
 
18
 
Install prerequisite packages: build-essential, hostap-source,
19
 
kernel-headers-$VERSION, where $VERSION is the version of the kernel
20
 
you want to build the driver for.
21
 
 
22