Changes between Version 88 and Version 89 of Mac OS X build instructions
- Timestamp:
- Feb 3, 2021 4:24:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v88 v89 16 16 Then perform the following command: [[BR]] 17 17 {{{ 18 sudo port install libidl acpica subversion doxygen texlive texlive-latex-extra texlive-fonts-extra x86_64-elf-gcc18 sudo port install libidl acpica yasm subversion doxygen texlive texlive-latex-extra texlive-fonts-extra x86_64-elf-gcc 19 19 }}} 20 20 21 21 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 openssl25 }}}26 22 27 23 * Qt/Mac 5.6 or later (http://qt.nokia.com/downloads/qt-for-open-source-cpp-development-on-mac-os-x) [[BR]] … … 53 49 You can manually set the target architecture with `--target-arch=x86` or `amd64`, if some architecture related problems occur. 54 50 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). 56 52 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 57 53 {{{