Changes between Version 169 and Version 170 of NanoBSD


Ignore:
Timestamp:
Feb 4, 2013, 1:35:12 PM (12 years ago)
Author:
huub
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NanoBSD

    v169 v170  
    7070build# source /root/.cshrc
    7171
    72 === A.4. install subversion ===
     72=== A.4. install subversion and ocaml ===
    7373Note: Install all packages via ports to prevent issues later on.
    7474
    7575build# make -C /usr/ports/devel/subversion install clean BATCH=yes
     76
     77to compile lvrouted you need ocaml support, without X11, without TOOLBOX:
     78
     79build# make -C /usr/ports/lang/ocaml install clean BATCH=yes
     80build# make -C /usr/ports/devel/ocaml-findlib install clean BATCH=yes
    7681
    7782=== A.5. OPTIONAL, every developer has his own preferences, these are mine ===