Changes between Version 8 and Version 9 of Development/Building
- Timestamp:
- 02/24/10 06:07:55 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Building
v8 v9 8 8 9 9 It's been tested with at least 6.10.1, 6.10.4 and 6.12.1[[br]] 10 We use a few GHC specific extensions, so it's unlikely to work with other compilers.10 We use a few GHC specific extensions, so it's unlikely to work with other Haskell compilers. 11 11 12 12 As of Feb 2010 the Haskell platform still hasn't been released, so if you're using 6.12.1 separately you'll need the following libraries. Later versions will probably work. … … 20 20 }}} 21 21 22 If you want to modify the lexer you will need the [http://www.haskell.org/alex Alex lexer generator]. If you don't modify the lexer you won't need to install this. 23 {{{ 24 cabal install alex 25 }}} 22 26 23 27 2. A recent version of [http://gcc.gnu.org GCC]. 24 28 25 It's been tested with at least 4.0.1 and 4.1.2.29 It's been tested with at least 4.0.1, 4.1.2, 4.2.1 and 4.3.1. Later versions will probably work. We compile C files with the `-std=c99` option to GCC, so the code should be fairly portable. We haven't explicitly tested it with other compilers though. 26 30 27 3. If you want to work on the lexer you will need the [http://www.haskell.org/alex Alex lexer generator] 28 29 4. The graphical demos depend on {{{libxv}}} but most Linux distros, and Mac OSX already have this. 30 31 3. The graphical demos depend on {{{libxv}}} but most Linux distros, and Mac OSX already have this. 32 [[br]] 31 33 32 34 == Building ==
