summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2022-07-21 13:15:31 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2022-07-21 13:15:31 -0600
commitdc6830a6b785aa14976b2e395a6c54f418135d09 (patch)
tree4c9e8907ad9cffed60030c86427141bbb4468f34
parentEnsure that liblwip.a and headers get installed (diff)
downloadrtems-lwip-dc6830a6b785aa14976b2e395a6c54f418135d09.tar.bz2
README: Add build instruction
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
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`