VirtualBox

Changes between Version 2 and Version 3 of Linux build instructions


Ignore:
Timestamp:
Dec 15, 2006 4:09:55 PM (17 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Linux build instructions

    v2 v3  
    3838== Building !VirtualBox ==
    3939
    40  1. Change to the root directory of the sources and execute the configure script: `./configure`. If it finds everything it needs, it will create a file called 'Config.kmkconf' containing paths to the various tools on your system. Also, it will create an environment setup script called `configure.sh`.  This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten).
     40 1. Change to the root directory of the sources and execute the configure script: `./configure`. If it finds everything it needs, it will create a file called '!AutoConfig.kmk' containing paths to the various tools on your system. Also, it will create an environment setup script called `env`.  This step only has to be done once (if something changes in your build tool setup, you might have to repeat it but keep in mind that both output files will be overwritten).
    4141
    42  2. Whenever you want to build !VirtualBox, you have to open a shell and source the generated environment setup script 'configure.sh', i.e. do
     42 2. Whenever you want to build !VirtualBox, you have to open a shell and source the generated environment setup script 'env', i.e. do
    4343{{{
    44 source ./configure.sh
     44source ./env
    4545}}}
    4646

© 2023 Oracle
ContactPrivacy policyTerms of Use