blob: b1de1baad2f8f74724e86912dfb0b464895da019 [file] [log] [blame]
Werner Lembergb0db0fc2005-03-05 17:05:35 +00001The CVS archive doesn't contain pre-built configuration scripts for
Werner Lembergb4119a92005-05-24 13:46:17 +00002UNIXish platforms. To generate them say
3
4 sh autogen.sh
5
6which in turn depends on the following packages:
Werner Lembergb0db0fc2005-03-05 17:05:35 +00007
8 automake (1.9.4)
Werner Lembergb4119a92005-05-24 13:46:17 +00009 libtool (1.5.16)
Werner Lembergb0db0fc2005-03-05 17:05:35 +000010 autoconf (2.59b)
11
Werner Lembergb4119a92005-05-24 13:46:17 +000012The versions given in parentheses are known to work. Note that autogen.sh
13also sets up proper file permissions for the configure and auxiliary
14scripts.
Werner Lembergb0db0fc2005-03-05 17:05:35 +000015
16For static builds which don't use platform specific optimizations no
17configure script is necessary at all; saying
18
19 make setup ansi
20 make
21
22should work on all platforms which have GNU make (or makepp).
Werner Lemberg60a04df2005-06-04 23:04:30 +000023
24
25--- end of README.CVS ---