VirtualBox

Changes between Version 11 and Version 12 of Windows build instructions


Ignore:
Timestamp:
Dec 16, 2006 8:18:24 AM (17 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows build instructions

    v11 v12  
    2222
    2323 * '''SDL v1.2.7 or later''' development package (VC6): [[BR]]http://www.libsdl.org/download-1.2.php
     24
     25== Building !VirtualBox ==
     26
     27 1. Change to the root directory and execute our configure script to setup your build environment:
     28{{{
     29cscript configure.vbs
     30}}}
     31 If The script finds all the tools necessary, it will output two files: `LocalConfig.kmk` containing information where to find the tools on your system and `env.bat`, a batch file to setup your environment for building !VirtualBox. You only have to execute this step once, unless something about your tools changes in which case you have to repeat the above step. Keep in mind that the script always overwrites the two generated files so you should not manually edit them.
     32
     33 2. Change to the root directory of the sources and enter our build shell environment: `env.bat`.
     34
     35 3. To build a release package, type `kmk`. This produces the binaries `out\win.x86\release\bin`. If you want to build a debug version, enter `kmk BUILD_TYPE=debug`.
    2436
    2537=== Using Other Windows Versions ===
     
    4860
    4961All the code is there, feel free to try make it build and work.
    50 
    51 == Building !VirtualBox ==
    52 
    53  1. Change to the root directory and execute our configure script to setup your build environment: `cscript configure.vbs`. If The script finds all the tools necessary, it will output two files: `Config.kmkconf` containing information where to find the tools on your system and `configure.bat`, a batch file to setup your environment for building !VirtualBox. You only have to execute this step once, unless something about your tools changes in which case you have to repeat the above step. Keep in mind that the script always overwrites the two generated files so you should not manually edit them.
    54 
    55  2. Change to the root directory of the sources and enter our build shell environment: `configure.bat`.
    56 
    57  3. To build a release package, type `kmk`. This produces the binaries `out\x86.windows\release\bin`. If you want to build a debug version, enter `kmk BUILD_TYPE=debug`.
    58 
    5962
    6063== Running !VirtualBox ==

© 2023 Oracle
ContactPrivacy policyTerms of Use