diff options
author | pasha (biblio) <pasha@bell01.com> | 2023-05-14 10:02:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-05-15 18:53:54 +0200 |
commit | 29022553fcf90f0002348721c665087d04da4004 (patch) | |
tree | 0cd62d7e7d3a88448ea42998d1fae3b6cbc11536 /hurd | |
parent | 1c639ecd6df03df7a04368b0aca077d17ff92ce4 (diff) |
remove acpi for 64-bit debugging and acpi building doc
Message-Id: <20230514080231.1923-1-pasha@bell01.com>
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/building.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hurd/building.mdwn b/hurd/building.mdwn index 7cfc7c7e..63c33498 100644 --- a/hurd/building.mdwn +++ b/hurd/building.mdwn @@ -93,6 +93,12 @@ or `/local/`, so your current Hurd servers will be replaced. To install to a different location, specify `--prefix=PREFIX` as `configure` parameter, e.g. `--prefix=/usr` (as done when having a real `/usr`). +To build acpi: + + $ make acpi + +You may need to install necessary acpi headers (`libacpica-dev` package in Debian based distro). + By default profiling versions of all the libraries and code are generated but this is useless in most of the cases, so we disable them by specifying `--disable-profile` on `configure`'s command line. |