Skip to content

Commit

Permalink
Add time to fedora package list
Browse files Browse the repository at this point in the history
I found on Fedora 40 (qubes) that the only time executable was the shell builtin, which caused a rather cryptic error for cheribuild, complaining "MAKEOBJDIRPREFIX" is not set, cannot continue! "  Installing the package fixed it and the build worked without a hitch.
  • Loading branch information
gmaxwell authored and arichardson committed Jul 24, 2024
1 parent 50a9406 commit f1e6642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you are building CHERI on a RHEL/Fedora-based machine, the following command
the most commonly used cheribuild targets:

```shell
dnf install libtool clang-devel bison cmake mercurial ninja-build samba flex texinfo glib2-devel pixman-devel libarchive-devel bsdtar bzip2-devel libattr-devel libcap-ng-devel expat-devel
dnf install libtool clang-devel bison cmake mercurial ninja-build samba flex texinfo glib2-devel pixman-devel libarchive-devel bsdtar bzip2-devel libattr-devel libcap-ng-devel expat-devel time
```

#### FreeBSD
Expand Down

0 comments on commit f1e6642

Please sign in to comment.