summaryrefslogblamecommitdiffstats
path: root/README
blob: 99800bfff88086e61da39278907fb514aa4f7b11 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                               

















                                           
Overview
--------

The rtems-lwip repository serves as a central location to manage integration of
lwIP with RTEMS in a more user-accessible manner and to provide a repository of
network drivers for RTEMS BSPs.

File Origins
------------

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`