Changeset b6d5758 in rtems-libbsd for libbsd.txt


Ignore:
Timestamp:
05/14/14 07:19:25 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, 5-freebsd-12, 6-freebsd-12, freebsd-9.3, master
Children:
9d955bc
Parents:
7100108
Message:

Add some installation hints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libbsd.txt

    r7100108 rb6d5758  
    4242must be compatible enough for the files provided by the FreeBSD sources, e.g.
    4343`<sys/socket.h>`.
     44
     45=== Installation ===
     46
     47. You must configure your BSP with the +--disable-networking+ option to disable
     48the old network stack.  Make sure no header files of the old network stack are
     49installed.
     50. Clone the Git repository +git clone git://git.rtems.org/rtems-libbsd.git+.
     51. Change into the RTEMS BSD library root directory.
     52. Edit the 'config.inc' Makefile configuration file and adjust it to your environment.
     53. Run +make clean+.
     54. Run +make install+.
    4455
    4556=== Board Support Package Requirements ===
Note: See TracChangeset for help on using the changeset viewer.