Changes between Version 57 and Version 58 of Mac OS X build instructions
- Timestamp:
- Jul 14, 2010 12:13:29 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Mac OS X build instructions
v57 v58 16 16 export MANPATH=/opt/local/share/man:$MANPATH 17 17 }}} 18 On Snow Leopard !MacPorts combiles in 64 bit mode by default. Although this is no general problem, it might be a good idea to enable the '''universal''' flag as default. Therefor add +universal to /opt/local/etc/macports/variants.conf, before building anything.19 18 20 19 Then perform the following command: … … 23 22 }}} 24 23 Doxygen is optional. 25 On 10. 4 & 10.5 you may need a newer OpenSSL version than the one provided by the system. If so, perform:24 On 10.5 you may need a newer OpenSSL version than the one provided by the system. If so, perform: 26 25 {{{ 27 26 sudo port install openssl … … 32 31 Cocoa 4.5.x upwards for Leopard/Snow Leopard[[BR]] 33 32 34 * La tex ("sudo port install teTeX") for building the documentation33 * LaTeX ("sudo port install texlive texlive-fonts-extra texlive-latex-extra texlive-latex-recommended") for building the documentation 35 34 36 35 == Building !VirtualBox ==