summaryrefslogtreecommitdiff
blob: 025b88cbabd97023f5422d54824de4788fb2c82a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -Naurp primegen-0.97-orig/primegen.3 primegen-0.97/primegen.3
--- primegen-0.97-orig/primegen.3	2008-07-23 22:27:52.000000000 +0200
+++ primegen-0.97/primegen.3	2008-07-23 22:26:52.000000000 +0200
@@ -21,6 +21,9 @@ uint64 \fIbound\fR;
 The primegen library generates prime numbers in order:
 2, 3, 5, 7, etc.
 It can generate primes as large as 10^15.
+Only a static version of this library is provided, so instead of
+linking your program with -lprimegen you will have to pass the
+full path to the library (e.g. /usr/lib/primegen.a) to the compiler.
 
 The simplest way to use primegen
 is to call