summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authortege <tege@gmplib.org>1999-02-22 21:49:46 +0100
committertege <tege@gmplib.org>1999-02-22 21:49:46 +0100
commitddbccda73e170627555ed8bd5e85accd9e91f03a (patch)
tree734913a5b74f00caa4b1a72fd5c00cd639755e37 /README
parentef3c6043ba61b19cf4ecbbfbcb2e7d84c0f4aaa6 (diff)
downloadgmp-ddbccda73e170627555ed8bd5e85accd9e91f03a.tar.gz
Phics spelling erous.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index aa449ead2..807195743 100644
--- a/README
+++ b/README
@@ -29,7 +29,7 @@ instructions in the file INSTALL or in gmp.texi.
Once you have compiled the library, you should write some small example, and
make sure you can compile them. A typical compilation command is this:
- gcc -g your-file.c -I<gmp-source-dir> <gmp-bin-dir>libgmp.a -lm
+ gcc -g your-file.c -I<gmp-source-dir> <gmp-bin-dir>/libgmp.a -lm
If you have installed the library, you can simply do: