Changes between Version 58 and Version 59 of FreeBSD10_Guide
- Timestamp:
- Aug 29, 2014, 8:36:07 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v58 v59 134 134 135 135 === B.1 Download the environment from the Wireless Leiden svn repository === 136 {{{ 136 137 137 build# svn checkout https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd $R 138 138 build# cd $R 139 }}} 139 140 140 141 141 If svn is not found: svn is in /usr/local/bin, alternatively log out and in, or use {{{rehash}}} in a {{{csh}}} shell to make it available. 142 142 143 143 === B.2. Compile all required packages using === 144 {{{ 144 145 145 build# $R/tools/package-build.sh 146 }}} 146 147 147 This will take quite some time (on remote host use <screen>), depending on your hardware of course. Packages are created in /root/nanobsd/pkg/All: 148 148 {{{