Changes between Version 11 and Version 12 of Development/Building
- Timestamp:
- 03/02/10 07:37:59 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Building
v11 v12 27 27 Alternatively, if you are on a Debian or Ubuntu based distribution and want to get the required packages via the apt-get package management system you can do so using: 28 28 {{{ 29 sudo apt-get install alex install libghc6-mtl-* libghc6-parsec* libghc6-regex-* \30 libghc6- quickcheck2* libghc6-haskell-src-* x11proto-xext-dev libx11-dev libxv-dev29 sudo apt-get install alex libghc6-mtl-* libghc6-parsec* libghc6-regex-* libghc6-quickcheck2* \ 30 libghc6-haskell-src-* x11proto-xext-dev libx11-dev libxv-dev 31 31 }}} 32 32
