Difference between revisions of "Convert a FreeBSD System to PC-BSD®"
From PC-BSD Wiki
m |
Tigersharke (Talk | contribs) (minor update) |
||
| (One intermediate revision by one user not shown) | |||
| Line 20: | Line 20: | ||
Then run: | Then run: | ||
| − | |||
| − | |||
{{txtbox|box= | {{txtbox|box= | ||
{{pound}} svn co <nowiki>svn://</nowiki>svn.pcbsd.org/pcbsd/current current<br> | {{pound}} svn co <nowiki>svn://</nowiki>svn.pcbsd.org/pcbsd/current current<br> | ||
| Line 35: | Line 33: | ||
{{pound}} make<br> | {{pound}} make<br> | ||
{{pound}} make install| | {{pound}} make install| | ||
| − | The keyword 'current' means this would not be the release (9. | + | The keyword 'current' means this would not be the release (9.1) version.<br> |
| − | <br> | + | <br> <!-- These empty lines help align the above sentence with the top --> |
| − | < | + | <br> <!-- If there were more text it could be added. --> |
| − | <br> | + | |
<br> | <br> | ||
| + | <br> <!-- Take a peek at txtbox template, results are as expected. --> | ||
<br> | <br> | ||
<br> | <br> | ||
Revision as of 23:58, 13 February 2013
| Turn FreeBSD into PC-BSD® |
Make sure you have these ports installed, using pkg_add or ports:
| devel/subversion devel/cmake |
Then run:
| # svn co svn://svn.pcbsd.org/pcbsd/current current # cd current/src-sh |