Changes between Version 31 and Version 32 of FreeBSD10_Guide


Ignore:
Timestamp:
Aug 24, 2014, 10:06:19 AM (10 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v31 v32  
    7575build# source /root/.cshrc
    7676
    77 === A.4. install ocaml ===
     77=== A.4. install lvrouted port ===
    7878
    7979Warning: to be sorted out!
    8080To compile lvrouted you need ocaml support, without X11, without TOOLBOX:
     81{{{
     82build# make -C /usr/ports/lang/ocaml-nox11 install clean BATCH=YES
     83build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES
     84}}}
     85(???
     86build# make -C /usr/ports/devel/autoconf259 install clean BATCH=YES
     87build# make -C /usr/ports/devel/autoheader259 install clean BATCH=YES
     88build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10)
    8189
    82 build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES
    83 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10)
     90checkout latest version of lvrouted (12878):
     91{{{
     92build# svn checkout http://svn.wirelessleiden.nl/svn/node-config/other/lvrouted/trunk /usr/local/share/lvrouted
     93}}}
     94run the release.sh script to produce the tar 'release' file (lvrouted-12878.tar.gz):
     95{{{
     96build# cd /usr/local/share/lvrouted/
     97build# tools/release.sh
     98}}}
     99Note: you may wish to verify the SHA256 en filesize in $R/ports/net/lvrouted/distinfo
     100
    84101
    85102=== A.5. OPTIONAL, every developer has his own preferences, these are mine ===