Changes between Version 12 and Version 13 of FreeBSD10_Guide
- Timestamp:
- Aug 20, 2014, 10:24:43 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v12 v13 63 63 64 64 === A.4. install ocaml === 65 Note: Install all packages via ports to prevent issues later on.66 65 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: 66 To compile lvrouted you need ocaml support, without X11, without TOOLBOX: 70 67 71 68 build# make -C /usr/ports/devel/ocaml-findlib install clean WITHOUT="TOOLBOX X11 TK" BATCH=YES 72 73 69 build# make -C /usr/ports/ports-mgmt/pkg install clean BATCH=yes 74 75 70 build# make -C /usr/ports/dns/bind-tools/ install clean BATCH=yes #(required for nagios-plugins in FreeBSD10) 76 71