Difference between revisions of "Convert a FreeBSD System to PC-BSD®"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| Line 24: | Line 24: | ||
{{txtbox|box= | {{txtbox|box= | ||
| − | + | {{pound}} svn co <nowiki>svn://</nowiki>svn.pcbsd.org/pcbsd/current current<br> | |
| − | + | {{pound}} cd current/src-sh<br> | |
| − | + | {{pound}} make<br> | |
| − | + | {{pound}} make install<br> | |
| − | + | {{pound}} cd ../src-qt4/libpcbsd<br> | |
| − | + | {{pound}} qmake-qt4 *.pro<br> | |
| − | + | {{pound}} make<br> | |
| − | + | {{pound}} make install<br> | |
| − | + | {{pound}} cd ..<br> | |
| − | + | {{pound}} qmake-qt4 *.pro<br> | |
| − | + | {{pound}} make<br> | |
| − | + | {{pound}} make install | |
}} | }} | ||
[http://forums.pcbsd.org/showthread.php?p=96451#post96451 source] | [http://forums.pcbsd.org/showthread.php?p=96451#post96451 source] | ||
Revision as of 18:02, 24 November 2012
| Turn FreeBSD into PC-BSD® |
Here is a more complete Howto:
Make sure you have these ports installed, using pkg_add or ports:
| devel/subversion
devel/cmake devel/cmake-gui devel/gmake devel/qt4-assistant devel/qt4-assistant-adp devel/qt4-designer misc/qt4-doc devel/qt4-libqtassistantclient devel/qt4-linguist devel/qt4-moc devel/qmake4 devel/qt4-rcc devel/qt4-qtsolutions-singleapplication |
Then run:
| # svn co svn://svn.pcbsd.org/pcbsd/current current # cd current/src-sh |