Sunday, 8 November 2009

Install VirtualBox

I followed install virtualBox on Wiki gentoo page:

At first i :
#emerge virtualbox-bin
and all finish i started it:
#VirtualBox
but nothing happen, i tried to install Virtualbox-ose, i see it has some conflick between ose and bin edition.
So i find anotherway :
#qlist virtualbox-bin

It show me i have no VirtualBox binary file.
The next i try to read USE flag of this package,and i see it need qt4 USE flag. So i set it on make.conf

#emerge -pv Virtualbox-bin


And now i started it by:
#/opt/bin/VirtualBox

Everything done with some problem :)

No comments:

Post a Comment