19 | | 1. get latest sources {{{ csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile }}} |
20 | | 1. install subversion {{{ pkg_add -r subversion }}} |
21 | | 1. fetch ports {{{ portsnap fetch extract }}} |
22 | | 1. OPTIONAL, every developer has his own preferences, these are mine ;-) {{{ pkg_add -r vim-lite sudo screen }}} |
| 19 | 1. get latest sources |
| 20 | {{{ |
| 21 | $ csup -h cvsup.nl.freebsd.org /usr/share/examples/cvsup/standard-supfile |
| 22 | }}} |
| 23 | 1. install subversion |
| 24 | {{{ |
| 25 | $ pkg_add -r subversion |
| 26 | }}} |
| 27 | 1. fetch ports |
| 28 | {{{ |
| 29 | $ portsnap fetch extract |
| 30 | }}} |
| 31 | 1. OPTIONAL, every developer has his own preferences, these are mine ;-) |
| 32 | {{{ |
| 33 | $ pkg_add -r vim-lite sudo screen |
| 34 | }}} |