Changes between Version 12 and Version 13 of FreeBSD10_Guide


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

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD10_Guide

    v12 v13  
    6363
    6464=== A.4. install ocaml ===
    65 Note: Install all packages via ports to prevent issues later on.
    6665
    67 build# make -C /usr/ports/devel/subversion install clean BATCH=yes
    68 
    69 to compile lvrouted you need ocaml support, without X11, without TOOLBOX:
     66To compile lvrouted you need ocaml support, without X11, without TOOLBOX:
    7067
    7168build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES
    72 
    7369build# make -C /usr/ports/ports-mgmt/pkg install clean BATCH=yes
    74 
    7570build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10)
    7671