Changes between Version 169 and Version 170 of NanoBSD
- Timestamp:
- Feb 4, 2013, 1:35:12 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v169 v170 70 70 build# source /root/.cshrc 71 71 72 === A.4. install subversion ===72 === A.4. install subversion and ocaml === 73 73 Note: Install all packages via ports to prevent issues later on. 74 74 75 75 build# make -C /usr/ports/devel/subversion install clean BATCH=yes 76 77 to compile lvrouted you need ocaml support, without X11, without TOOLBOX: 78 79 build# make -C /usr/ports/lang/ocaml install clean BATCH=yes 80 build# make -C /usr/ports/devel/ocaml-findlib install clean BATCH=yes 76 81 77 82 === A.5. OPTIONAL, every developer has his own preferences, these are mine ===