From 5da6c929a73cfdfa192de7807ffdfc6da6db3a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=83=C2=B6ller?= Date: Fri, 5 Sep 2008 11:52:25 +0200 Subject: New .bootstrap script and a README.HG file --- README.HG | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.HG (limited to 'README.HG') diff --git a/README.HG b/README.HG new file mode 100644 index 000000000..8c7ebd832 --- /dev/null +++ b/README.HG @@ -0,0 +1,25 @@ +When you have checked out a fresh copy of GMP from the repository, the +usual ./configure && make is not sufficient to build the sources. You +need to have the following extra tools installed: + +* autoconf-2.59 + +* automake-1.8.4 + +* libtool-1.5.24 + +Later versions of these tools may work as well. Then the following +steps are needed: + +* Run the .bootstrap script, in the top source directory. This + creates various automatically generated files such as configure and + Makefile.in. + + ./.bootstrap + +* Run the configure script, either in the source directory or in a + separate build directory. Use the --enable-maintainer-mode option. + + ./configure --enable-maintainer-mode + +Then you should be able to build the sources. -- cgit v1.2.1