From 99cefa0b296195803c8964b20178f85407dec4be Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 16 Jul 2021 14:40:22 +0200 Subject: [PATCH] minor README correction --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc66a3c..c92f58d 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,8 @@ You can install the lwIP support like this export RTEMS_PREFIX= cd build-Debug export LWIP_OPTS_PATH=$(pwd) +cd .. +cd cmake/rtems-lwip ./waf configure --prefix=$RTEMS_PREFIX --lwip-opts=$LWIP_OPTS_PATH --rtems-bsp=arm/nucleo-h743zi ./waf ./waf install