summaryrefslogtreecommitdiff
path: root/docs/building
Commit message (Collapse)AuthorAgeFilesLines
* remove old building guide, change links to point to the wikiSimon Marlow2007-01-102-3866/+0
|
* Update reference to configure.in to refer to configure.ac insteadIan Lynagh2006-12-311-1/+1
|
* More bootstrapping updatesIan Lynagh2006-10-051-3/+5
|
* Fixes for the porting process for 6.6Ian Lynagh2006-10-031-21/+14
|
* tiny fix in porting docs I just spottedSimon Marlow2006-09-281-1/+1
|
* notes about which versions of GHC can be used to bootstrapSimon Marlow2006-08-221-4/+9
|
* some tweaks to the HC bootstrapping instructionsSimon Marlow2006-05-101-35/+58
|
* FPTOOLS_TOP-->GHC_TOP, and remove some references to "fptools"Simon Marlow2006-05-051-31/+27
|
* update the build system documentationSimon Marlow2006-05-051-214/+67
|
* partial update for new source tree layoutSimon Marlow2006-05-051-187/+140
|
* small clarificationSimon Marlow2006-05-041-1/+2
|
* small fix to booting instructions from #762Simon Marlow2006-05-041-3/+2
|
* Remove the section on platform support, link to the wiki pageSimon Marlow2006-04-201-251/+6
| | | | | The section in the building guide was becoming out of date, a wiki page is much more likely to be kept fresh.
* Reorganisation of the source treeSimon Marlow2006-04-072-0/+4286
| | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
* [project @ 2005-11-13 19:07:17 by panne]panne2005-11-132-5054/+0
| | | | | | Move the building guide to GHC where it belongs. This is more consistent and currently even necessary, otherwise *every* fptools project would need the ghc subtree.
* [project @ 2005-10-25 10:28:59 by simonmar]simonmar2005-10-251-82/+78
| | | | | | | | - include the contents of ghc/HACKING verbatim, as a "quick start" guide - change the title to "Building and devleloping GHC", and make it a bit more GHC-centric.
* [project @ 2005-10-17 10:47:10 by simonmar]simonmar2005-10-171-1/+3
| | | | merge rev. 1.13.2.12 from ghc-6-4-branch
* [project @ 2005-10-17 09:42:56 by simonmar]simonmar2005-10-171-1/+11
| | | | | note about watching for/preventing overwrites of critical files in the bootstrap process.
* [project @ 2005-10-11 13:28:49 by simonpj]simonpj2005-10-111-2/+4
| | | | Small fixes to the Win32 build log
* [project @ 2005-09-02 14:07:33 by simonmar]simonmar2005-09-021-2/+2
| | | | change glass.cse.ogi.edu to cvs.haskell.org
* [project @ 2005-07-21 09:56:26 by simonmar]simonmar2005-07-211-2/+3
| | | | Update notes on Perl
* [project @ 2005-07-06 11:31:53 by panne]panne2005-07-061-8/+5
| | | | DocBook validation police
* [project @ 2005-05-18 15:34:27 by simonpj]simonpj2005-05-181-52/+156
| | | | Stuff about building on windows, mainly from Claus
* [project @ 2005-05-04 13:06:39 by simonmar]simonmar2005-05-041-1/+3
| | | | Fix porting instructions
* [project @ 2005-04-16 19:39:25 by panne]panne2005-04-161-1/+1
| | | | | | | | | | And yesterday's "I messed up DocBook XML, too!" award goes to... *drum roll* ... Simon Peyton-Jones! Congratulations! :-)
* [project @ 2005-04-15 07:13:08 by simonpj]simonpj2005-04-151-8/+7
| | | | | | | Update comments on hslibs to make it clear that that they are (a) deprecated, and (b) not required for building GHC. Merge to STABLE
* [project @ 2005-04-12 08:25:25 by simonmar]simonmar2005-04-121-1/+1
| | | | Remove -fasm from porting instructions
* [project @ 2005-03-23 11:36:54 by simonmar]simonmar2005-03-231-1/+1
| | | | Fix XML (sorry, Sven)
* [project @ 2005-03-22 11:57:05 by simonmar]simonmar2005-03-221-1/+1
| | | | wibble
* [project @ 2005-03-22 11:56:07 by simonmar]simonmar2005-03-221-1/+1
| | | | update list of files to be touched during bootstrapping
* [project @ 2005-03-16 11:18:59 by simonmar]simonmar2005-03-161-0/+5
| | | | | | Add note about GLUT from Claus (actually I have very little idea if this is correct or not - Sven, if you have a chance to take a look that would be great.)
* [project @ 2005-03-04 13:38:19 by simonmar]simonmar2005-03-041-6/+5
| | | | some more wibbles in cross-compiling
* [project @ 2005-03-03 17:01:01 by simonmar]simonmar2005-03-031-4/+56
| | | | | Add some text about platforms I forgot to commit before, and a couple of wibbles to the porting section.
* [project @ 2005-02-14 17:00:31 by simonmar]simonmar2005-02-141-8/+7
| | | | | Be clearer about HC files: you need a set generated on the same platform, not just similar hardware.
* [project @ 2005-01-27 18:38:21 by panne]panne2005-01-271-3/+3
| | | | Fixed a typo and a cut-n-pasto
* [project @ 2005-01-27 10:51:06 by simonmar]simonmar2005-01-271-0/+1
| | | | bootstrapping wibble
* [project @ 2005-01-26 16:56:45 by simonmar]simonmar2005-01-261-4/+2
| | | | tidy up
* [project @ 2005-01-26 16:11:58 by simonmar]simonmar2005-01-261-4/+8
| | | | updates
* [project @ 2005-01-21 16:55:14 by simonmar]simonmar2005-01-211-2/+2
| | | | small wibble
* [project @ 2005-01-21 16:32:36 by simonmar]simonmar2005-01-211-6/+15
| | | | | Begin updating the porting instructions for GHC 6.4. A few details have changed.
* [project @ 2005-01-06 15:05:45 by simonpj]simonpj2005-01-061-0/+18
| | | | Mention problem with ld on Windows
* [project @ 2004-12-21 12:35:10 by simonpj]simonpj2004-12-211-3/+13
| | | | An old commit about paths on windows
* [project @ 2004-11-16 09:50:13 by simonmar]simonmar2004-11-161-2/+2
| | | | Quick Start section: add disclaimer for Windows builders
* [project @ 2004-10-24 11:35:49 by panne]panne2004-10-241-102/+29
| | | | Updated the DocBook story
* [project @ 2004-08-26 20:08:39 by panne]panne2004-08-261-7/+6
| | | | | | | | SGML is dead, long live DocBook XML! Note: The BuildRequires tags in the spec files are still incomplete and the documentation about the DocBook tools needs to be updated, too. Stay tuned...
* [project @ 2004-08-18 16:42:51 by panne]panne2004-08-181-0/+2
| | | | Re-added indices + minor fixes
* [project @ 2004-08-15 20:32:47 by panne]panne2004-08-152-73/+75
| | | | Converted the building guide to DocBook XML
* [project @ 2004-06-17 13:35:33 by simonmar]simonmar2004-06-171-3/+21
| | | | Mention the splitter in the section on porting.
* [project @ 2004-06-02 09:23:43 by panne]panne2004-06-021-44/+44
| | | | | | Extremely strange: Some backend emit an ugly trailing ">" when "xref" is an empty element, but none when only a start tag is used. *sigh* So let's revert this part of the changes for now...
* [project @ 2004-06-02 09:17:51 by panne]panne2004-06-021-304/+133
| | | | | | | | | | * Fixed some "screen" vs. "programlisting" * Don't use leading spaces in verbatim elements just for formatting purposes * Be extremely cautious with whitespace in verbatim elements to avoid strange empty leading/trailing lines. More investigation needed what's really going on here, this shouldn't be necessary...