[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36
John Goerzen
jgoerzen at complete.org
Fri Apr 23 15:00:03 UTC 2010
The following commit has been merged in the master branch:
commit 7721de2a4f1030458e8459283a12f0051191b1b7
Author: John Goerzen <jgoerzen at complete.org>
Date: Fri Jul 22 21:17:09 2005 +0100
Updated installation instructions and added info for Windows users
diff --git a/INSTALL b/INSTALL
index 80dbd6e..713a917 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,9 @@
-=========================
+=========================================
INSTALLATION INSTRUCTIONS
-=========================
+For Linux, Unix, BSD, and POSIX platforms
+=========================================
+
+Please see the file INSTALL-win.txt for Windows platform instructions.
PREREQUISITES
-------------
@@ -23,6 +26,9 @@ If you need Cabal, get it from http://www.haskell.org/cabal.
Debian users can install the packages cpphs and libghc6-cabal-dev
(or, if using ghc6 6.4 or above, the ghc6 package includes Cabal).
+INSTALLATION
+------------
+
The first step is to generate your setup file. To do that, run:
make setup
@@ -48,6 +54,3 @@ or:
make test-hugs
(More to come in this file)
-
-# arch-tag: Installation Instructions
-
diff --git a/INSTALL-win.txt b/INSTALL-win.txt
new file mode 100644
index 0000000..fae0678
--- /dev/null
+++ b/INSTALL-win.txt
@@ -0,0 +1,37 @@
+=========================
+INSTALLATION INSTRUCTIONS
+For Microsoft platforms
+=========================
+
+For Unix, Linux, BSD, and other POSIX platforms (including Cygwin),
+see the INSTALL file instead of this one.
+
+PREREQUISITES
+-------------
+
+You need GHC 6.4 or above.
+
+INSTALLATION
+------------
+
+Before doing anything, open up a command prompt and cd into the
+top-level missingh directory.
+
+First, you need to run the script to prepare the package information
+for Windows. To do that, run:
+
+ winprep
+
+Now, run the script to build the program:
+
+ winbuild
+
+To install, run:
+
+ setup install
+
+To compile and run the unit tests, run:
+
+ wintest
+
+(More to come in this file)
--
haskell-testpack
More information about the Pkg-haskell-commits
mailing list