aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2023-04-20 08:54:42 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2023-07-10 10:21:36 -0300
commitd65499a8605c224b1f6f6cc53f7c3d1d44d60542 (patch)
tree42ad30d0dd29c67c3a67eb8a698c7d9d039c4955
parent0a1944b19569c4f9b724de562adb7a19c2adb4a5 (diff)
downloaddwarves-d65499a8605c224b1f6f6cc53f7c3d1d44d60542.tar.gz
README: Remove old comments about ancient distros and add 'git submodule' instruction
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--README17
1 files changed, 2 insertions, 15 deletions
diff --git a/README b/README
index c9f1737..f9aeef7 100644
--- a/README
+++ b/README
@@ -18,19 +18,6 @@ cmake Options:
Default is to install to /usr/local, use -DCMAKE_INSTALL_PREFIX=
when invoking cmake to specify another install location.
-Known to work scenarios:
+You may need to update the libbpf git submodule:
-Mandriva Cooker:
-
-cmake 2.4.5-1mdv2007.1
-libelfutils1-devel 0.123-1mdv2007.1
-
-Debian Unstable:
-
-cmake 2.4.5-1
-libdw-dev 0.123-2
-
-Fedora Core 6:
-
-cmake 2.4.5-2.fc6
-elfutils-devel 0.126-1.fc6
+git submodule update --init --recursive