Add some installation hints

This commit is contained in:
Sebastian Huber 2014-05-14 09:19:25 +02:00
parent 710010861c
commit b6d5758091

View File

@ -42,6 +42,17 @@ The Newlib version is required since some standard files like `<sys/types.h>`
must be compatible enough for the files provided by the FreeBSD sources, e.g.
`<sys/socket.h>`.
=== Installation ===
. You must configure your BSP with the +--disable-networking+ option to disable
the old network stack. Make sure no header files of the old network stack are
installed.
. Clone the Git repository +git clone git://git.rtems.org/rtems-libbsd.git+.
. Change into the RTEMS BSD library root directory.
. Edit the 'config.inc' Makefile configuration file and adjust it to your environment.
. Run +make clean+.
. Run +make install+.
=== Board Support Package Requirements ===
The RTEMS version must be at least 4.11. The Board Support Package (BSP)