From b6d57580913639962c8429077609449be076acc9 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 14 May 2014 09:19:25 +0200 Subject: Add some installation hints --- libbsd.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 `` must be compatible enough for the files provided by the FreeBSD sources, e.g. ``. +=== 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) -- cgit v1.2.3