Changes between Version 36 and Version 37 of Building/MacOSX
- Timestamp:
- 12/07/12 11:12:32 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/MacOSX
v36 v37 35 35 36 36 Successful builds of older GHC sources have been reported using Xcode 3.0, 2.4 and 2.4.1 on Intel Macs. Xcode 2.2.1 is known ''not'' to work out of the box on Intel Macs, and Xcode 3.0 is known ''not'' to work out of the box on PowerPC Macs (#2887). Versions prior to 3.1 may build GHC successfully, but choke on certain libraries. 37 38 === Installing !DocBook === 39 40 If you want to build the documentation you need to install !DocBook. You can install it through [http://mxcl.github.com/homebrew/ Homebrew] like so: 41 42 {{{ 43 brew install docbook 44 }}} 45 46 Homebrew might ask you to modify your ~/.bashrc so pay attention to the output generated by the install. 37 47 38 48 == Building the distribution == … … 169 179 170 180 And the docs will finally build! 171
