I'm trying to proceed a custom install of the Virtualbox 3.0.2 OSE.
Here it's y process:
Code: Select all
~# wget VBOXURL
~# tar jvx vbox302.tar.bz2
~# mv vbox302ose /media/datas/softwares/virtualbox/sources/vbox302ose
~# cd /media/datas/softwares/virtualbox/sources/vbox302ose
~# ./configure --with-kbuild=/media/datas/software/virtualbox/build --disable-hardening
~# sh env.sh
~# kmk all
~# depmod vbox
I've try a second way with editing the Localconfig.kmk
with
VBOX_PATH_APP_PRIVATE_ARCH := /usr/lib/virtualbox/
&
VBOX_PATH_APP_PRIVATE := /media/datas/softwares/virtualbox/build/
Code: Select all
~# cd /media/datas/softwares/virtualbox/sources/vbox302ose
~# ./configure --disable-hardening
~# sh env.sh
~# kmk all
~# depmod vbox
Is there any way to install completely the Virtualbox on my /media/.../build directory (except for the shared ressources like the system's libraries etc.)?