Install after building VirtualBox from scratch ( Linux )

Discussions related to using the OSE version of VirtualBox.
Post Reply
Fulgurance
Posts: 6
Joined: 24. Jun 2024, 12:55

Install after building VirtualBox from scratch ( Linux )

Post by Fulgurance »

Hi guys, I am actually working on my new distro. I almost done my package manager, it build everything from scratch. Anyway.

So I just finished to follow the guide to build virtualbox. My question is now, how can I perform something like a make install with a specified DESTDIR ?
klaus
Oracle Corporation
Posts: 1512
Joined: 10. May 2007, 14:57

Re: Install after building VirtualBox from scratch ( Linux )

Post by klaus »

The VirtualBox build system doesn't really have a "make install" equivalent. After the "kmk all" run you should have everything necessary in the out/.../release/bin directory. You could look at how our deb/rpm package build works. Those use those files and re-arrange them into the final install layout. There are multiple possibilities (compare where e.g. .deb packages place the files to where they are in the .run installer produced by "kmk packing").
Post Reply