Changes between Version 11 and Version 12 of FreeBSD10_Guide
- Timestamp:
- Aug 19, 2014, 7:34:12 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD10_Guide
v11 v12 84 84 or 85 85 use mirror svn0.eu.FreeBSD.org 86 87 == B. Build environment == 88 89 === B.1 Download the environment from the Wireless Leiden svn repository === 90 {{{ 91 $ svn checkout \ 92 https://svn.wirelessleiden.nl/svn/code/hybrid/branches/releng-10/nanobsd $R 93 $ cd $R 94 }}} 95 Note: 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. 96 97 === B.2. Compile all required packages using === 98 {{{ 99 $ $R/tools/package-build.sh 100 }}} 101