summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 09:19:25 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-05-14 09:19:25 +0200
commitb6d57580913639962c8429077609449be076acc9 (patch)
tree5407af3eaa8c7c2a263d00f41397c21119159423
parentUpdate due to workspace allocation changes (diff)
downloadrtems-libbsd-b6d57580913639962c8429077609449be076acc9.tar.bz2
Add some installation hints
-rw-r--r--libbsd.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 3eb3a0a6..c0ee97a0 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -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)