tracers: latency: document the 'reported' flag
[platform/upstream/gstreamer.git] / subprojects / macos-bison-binary / README.md
1 ## How to generate binaries and update build files
2
3 1. Download the latest bison source tarball
4 1. Extract, then build it with --prefix=/
5 1. Install into some dir using `DESTDIR`
6 1. Delete all files except the following subdirs: `bin` `lib` `share/bison` `share/aclocal`
7 1. Rename installdir to `bison-$version-macos-$arch` where `$arch` follows Meson's CPU families list:
8    https://mesonbuild.com/Reference-tables.html#cpu-families
9 1. `tar -cvjf bison-$version-macos-$arch.tar.bz2 bison-$version-macos-$arch/`
10 1. Fetch sha256sum: `shasum -256 bison-$version-macos-$arch.tar.bz2`
11 1. Update sha256sum in `meson.build`
12 1. Update `project()` version in `meson.build`
13
14 That's it!