summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-29 12:38:57 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-08-29 12:38:57 +0000
commit88e5e90b02ec46e07e2526edc484364ee7a09ba1 (patch)
treea31abc2e9e2378ca5c2df48391aa2e0a18b5c774 /INSTALL
parent0b1df2881981414d14a88611ef57a4f6c1c83ea5 (diff)
downloadmpfr-88e5e90b02ec46e07e2526edc484364ee7a09ba1.tar.gz
updated (make check, make install)
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@740 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 5d41c5711..c22297dcb 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
- Installing MPFR version 1.0
- ===========================
+ Installing MPFR version 1.0.1
+ =============================
0. You first need to install GMP. See <http://www.swox.com/gmp/>.
MPFR version 1.0 requires GMP version 3.0 or latter.
@@ -20,8 +20,9 @@
3. type "make dvi" to produce the documentation (DVI file mpfr.dvi)
-4. type "cd tests; make" 4. type "cd tests; make tests"
-(produces and runs the test files) (runs the test files)
+4. type "make check" (produces and runs the test files)
+
+5. type "make install" (installs the library)
Notes: