[PATCH rtems-lwip] README: Add build instruction

Kinsey Moore kinsey.moore at oarcorp.com
Thu Jul 21 19:50:02 UTC 2022


Looks good to me. I never realized that the list of BSPs and tools 
directory could be omitted if things were installed in particular locations.

On 7/21/2022 14:16, Vijay Kumar Banerjee wrote:
> ---
>   README | 18 ++++++++++++++++++
>   1 file changed, 18 insertions(+)
>
> diff --git a/README b/README
> index 91e42ae..99800bf 100644
> --- a/README
> +++ b/README
> @@ -12,3 +12,21 @@ The sources presented here originate in one of several locations described by
>   the ORIGIN.* files and whose license is described by the COPYING.* files.
>   Commits adding such files should include the hash of the target repository if
>   applicable.
> +
> +Installation Instructions
> +-------------------------
> +1. Populate the git submodules:
> +
> +```
> +git submodule init
> +git submodule update
> +```
> +2. Configure and build
> +```
> +./waf configure --prefix=INSTALL_PREFIX
> +./waf
> +./waf install
> +```
> +
> +More `waf` arguments can be found by using:
> +`./waf --help`


More information about the devel mailing list