Difference between revisions of "Convert a FreeBSD System to PC-BSD®"
From PC-BSD Wiki
Tigersharke (Talk | contribs) |
Tigersharke (Talk | contribs) |
||
| Line 3: | Line 3: | ||
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= | |
| − | + | ||
devel/subversion | devel/subversion | ||
devel/cmake | devel/cmake | ||
| Line 19: | Line 18: | ||
devel/qt4-rcc | devel/qt4-rcc | ||
devel/qt4-qtsolutions-singleapplication | devel/qt4-qtsolutions-singleapplication | ||
| − | + | }} | |
Then run: | Then run: | ||
| − | + | {{txtbox|box= | |
| − | + | # svn co <nowiki>svn://</nowiki>svn.pcbsd.org/pcbsd/current current<br> | |
| − | # svn co svn://svn.pcbsd.org/pcbsd/current current | + | # cd current/src-sh<br> |
| − | # cd current/src-sh | + | # make<br> |
| − | # make | + | # make install<br> |
| − | # make install | + | # cd ../src-qt4/libpcbsd<br> |
| − | # cd ../src-qt4/libpcbsd | + | # qmake-qt4 *.pro<br> |
| − | # qmake-qt4 *.pro | + | # make<br> |
| − | # make | + | # make install<br> |
| − | # make install | + | # cd ..<br> |
| − | # cd .. | + | # qmake-qt4 *.pro<br> |
| − | # qmake-qt4 *.pro | + | # make<br> |
| − | # make | + | |
# make install | # 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 17:48, 24 November 2012
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
|