Difference between revisions of "Convert a FreeBSD System to PC-BSD®"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
m |
||
| 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= | ||
| Line 17: | Line 18: | ||
devel/qt4-qtsolutions-singleapplication | devel/qt4-qtsolutions-singleapplication | ||
}} | }} | ||
| − | |||
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 32: | Line 34: | ||
{{pound}} qmake-qt4 *.pro<br> | {{pound}} qmake-qt4 *.pro<br> | ||
{{pound}} make<br> | {{pound}} make<br> | ||
| − | {{pound}} make install | + | {{pound}} make install| |
| − | | | + | |
The keyword 'current' means this would not be the release (9.0) version.<br> | The keyword 'current' means this would not be the release (9.0) version.<br> | ||
<br> | <br> | ||
| Line 47: | Line 48: | ||
<br> | <br> | ||
}} | }} | ||
| + | |||
[http://forums.pcbsd.org/showthread.php?p=96451#post96451 source] | [http://forums.pcbsd.org/showthread.php?p=96451#post96451 source] | ||
Revision as of 11:41, 25 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:
|