VirtualBox

Changes between Version 88 and Version 89 of Mac OS X build instructions


Ignore:
Timestamp:
Feb 3, 2021 4:24:28 PM (3 years ago)
Author:
Klaus Espenlaub
Comment:

yasm (new prereq) and openssl (rely on in-tree one, deleting all babble about openssl) info refresh

Legend:

Unmodified
Added
Removed
Modified
  • Mac OS X build instructions

    v88 v89  
    1616 Then perform the following command: [[BR]]
    1717{{{
    18 sudo port install libidl acpica subversion doxygen texlive texlive-latex-extra texlive-fonts-extra x86_64-elf-gcc
     18sudo port install libidl acpica yasm subversion doxygen texlive texlive-latex-extra texlive-fonts-extra x86_64-elf-gcc
    1919}}}
    2020
    2121 Doxygen, texlive* and x86_64-elf-gcc are optional (first two for documentation, latter for the validation kit).
    22  You may need a newer OpenSSL version than the one provided by the system. If so, perform:
    23 {{{
    24 sudo port install openssl
    25 }}}
    2622
    2723 * Qt/Mac 5.6 or later (http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x) [[BR]]
     
    5349 You can manually set the target architecture with `--target-arch=x86` or `amd64`, if some architecture related problems occur.
    5450
    55  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.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). For additional options like providing a path to the OpenSSL library see `./configure --help`.
     51 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.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).
    5652 2. Whenever you want to build !VirtualBox, you have to open a shell and source the generated environment setup script `env.sh`, i.e. do
    5753{{{

© 2023 Oracle
ContactPrivacy policyTerms of Use