Changes between Version 2 and Version 3 of Building/Porting
- Timestamp:
- 10/17/06 03:40:56 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Porting
v2 v3 56 56 libraries (subdirectories of {{{libraries}}}). 57 57 58 * The actual build process is fully automated by the {{{hc-build}}}59 script located in the {{{distrib}}} directory. If you eventually58 * The actual build process is fully automated by the [[GhcFile(distrib/hc-build)]] 59 script. If you eventually 60 60 want to install GHC into the directory 61 <replaceable>dir</replaceable>, the following command will execute61 `<dir>`, the following command will execute 62 62 the whole build process (it won't install yet): 63 63 {{{ … … 92 92 93 93 In an unregisterised build, neither of these hacks are 94 used —the idea is that the C code generated by the94 used -- the idea is that the C code generated by the 95 95 compiler should compile using gcc only. The lack of these 96 96 optimisations costs about a factor of two in performance, but … … 152 152 153 153 {{{ 154 $ cd < replaceable>T</replaceable>/includes154 $ cd <T>/includes 155 155 $ make 156 156 }}}
