Skip to content

Commit 0965889

Browse files
committed
Noting that old versions of meson don't work
with libdwarf. modified: README modified: README.md
1 parent 2922a02 commit 0965889

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Status](https://travis-ci.com/davea42/libdwarf-code.svg?branch=master)](https://
66

77
# This is libdwarf README.md
88

9-
Updated 30 March 2022
9+
Updated 6 April 2022
1010
For release libdwarf-0.4.0
1111
## REQUIREMENTS from a libdwarf<name>.tar.xz
1212
Mentioning some that might not be automatically
@@ -51,7 +51,11 @@ Just like configure, except instead of configure do:
5151

5252
### meson build
5353

54-
This will be revised, but this should work
54+
meson 0.45.1 on Ubuntu 18.04 fails.
55+
meson 0.55.2 on Ubunto 20.04 works.
56+
meson 0.60.3 on Freebsd 12.2 and Freebsd13.0 works.
57+
58+
This text be revised, but should work.
5559

5660
For the simplest example:
5761

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Status](https://travis-ci.com/davea42/libdwarf-code.svg?branch=master)](https://
66

77
# This is libdwarf README.md
88

9-
Updated 30 March 2022
9+
Updated 6 April 2022
1010
For release libdwarf-0.4.0
1111
## REQUIREMENTS from a libdwarf<name>.tar.xz
1212
Mentioning some that might not be automatically
@@ -51,7 +51,11 @@ Just like configure, except instead of configure do:
5151

5252
### meson build
5353

54-
This will be revised, but this should work
54+
meson 0.45.1 on Ubuntu 18.04 fails.
55+
meson 0.55.2 on Ubunto 20.04 works.
56+
meson 0.60.3 on Freebsd 12.2 and Freebsd13.0 works.
57+
58+
This text be revised, but should work.
5559

5660
For the simplest example:
5761

0 commit comments

Comments
 (0)