summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1996-08-08 13:44:45 +0200
committertege <tege@gmplib.org>1996-08-08 13:44:45 +0200
commit2913441136cc7a54da78f026e25e1aaff047c88f (patch)
tree371f6516fb035629ac69d28dd3264f5a67b9f53d /INSTALL
parent686d00a95849988f2466eb4b0a4975ff0e2aa686 (diff)
downloadgmp-2913441136cc7a54da78f026e25e1aaff047c88f.tar.gz
*** empty log message ***
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 38bfaa8b4..2c702090f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -82,7 +82,7 @@ In practice, that example would be written like this instead:
Finally, you have to compile your test program, and link it with the MP
library. Assuming your working directory is still the gmp source directory,
-type:
+type, and that your source file is called example.c, do:
gcc -g -I. example.c libgmp.a