readme: remove missing references to link:configure

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-02 22:00:04 +00:00
parent 5c35faf54b
commit 131112390e

View File

@@ -10721,7 +10721,7 @@ gem5:
We tend to test this repo the most on the latest Ubuntu and on the latest Ubuntu LTS. We tend to test this repo the most on the latest Ubuntu and on the latest Ubuntu LTS.
For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:configure[]. Reports and `./configure` ports are welcome and will be merged. For other Linux distros, everything will likely also just work if you install the analogous required packages for your distro, just have a look at: link:download-dependencies[]. `./download-dependencies` ports to new systems are welcome and will be merged.
If something does not work however, <<docker>> should just work on any Linux distro. If something does not work however, <<docker>> should just work on any Linux distro.
@@ -10992,7 +10992,7 @@ git -C "$(./getvar linux_src_dir)" checkout -
./run --linux-build-id v4.16 ./run --linux-build-id v4.16
.... ....
The `git fetch --unshallow` is needed the first time because link:configure[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone The `git fetch --unshallow` is needed the first time because link:download-dependencies[] only does a shallow clone of the Linux kernel to save space and time, see also: https://stackoverflow.com/questions/6802145/how-to-convert-a-git-shallow-clone-to-a-full-clone
The `--linux-build-id` option should be passed to all scripts that support it, much like `--arch` for the <<cpu-architecture>>, e.g. to step debug: The `--linux-build-id` option should be passed to all scripts that support it, much like `--arch` for the <<cpu-architecture>>, e.g. to step debug: