Make MacFrameworks a subdirectory of distrib, since it isn't used in the normal build...
[ghc-hetmet.git] / distrib / MacFrameworks / README
diff --git a/distrib/MacFrameworks/README b/distrib/MacFrameworks/README
new file mode 100644 (file)
index 0000000..565b5da
--- /dev/null
@@ -0,0 +1,13 @@
+This directory is concerned with generating the following frameworks for use
+on OS X:
+
+GMP.framework
+GNUreadline.framework
+
+To make them, run 'make all' in this directory.  (The first time that you
+run that command, the readline source file readline-5.2.tar.gz will be 
+downloaded from the bash site ftp.cwru.edu into this directory.)
+
+Once you've built the frameworks, you should copy them into
+/Library/Frameworks.  All subsequent builds of ghc will automatically use 
+them as dependencies.