Difference between revisions of "Convert a FreeBSD System to PC-BSD®"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{NavHome|custompagename=Turn FreeBSD into PC-BSD{{r}}|custompagecategory={{PAGENAME}}}} | {{NavHome|custompagename=Turn FreeBSD into PC-BSD{{r}}|custompagecategory={{PAGENAME}}}} | ||
| − | |||
| − | |||
Make sure you have these ports installed, using pkg_add or ports: | Make sure you have these ports installed, using pkg_add or ports: | ||
| − | |||
{{txtbox|box= | {{txtbox|box= | ||
devel/subversion<br> | devel/subversion<br> | ||
| Line 21: | Line 18: | ||
}} | }} | ||
| − | |||
| + | 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> | ||
Revision as of 18:05, 24 November 2012
| 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 |