[PATCH rtems-docs] posix.rst: Add info for FreeBSD 13

Chris Johns chrisj at rtems.org
Tue Sep 21 22:59:54 UTC 2021


On 22/9/21 4:05 am, Ryan Long wrote:
> Add list of additional packages needed to build RTEMS environment for
> FreeBSD 13.
> ---
>  user/hosts/posix.rst | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst
> index 6686fc9..284df48 100644
> --- a/user/hosts/posix.rst
> +++ b/user/hosts/posix.rst
> @@ -195,6 +195,16 @@ The RTEMS Source Builder has been tested on FreeBSD 9.1, 10.3, 11 and
>    # pkg install -y python
>    # pkg install -y gsed
>  
> +For FreeBSD 13, you will need to install the packages listed above, as well as
> +the following additional ones. They are:
> +
> +.. code-block:: none
> +
> +  # pkg install -y bison
> +  # pkg install -y texinfo
> +  # pkg install -y gmake
> +  # pkg install -y binutils

If we use this in the documenation:

 # pkg install -y bison texinfo gmake binutils

it is a simple one line copy and paste to use :)

Thanks
Chris


More information about the devel mailing list