summaryrefslogtreecommitdiff
path: root/README.HG
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-05 11:52:25 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-05 11:52:25 +0200
commit5da6c929a73cfdfa192de7807ffdfc6da6db3a8b (patch)
tree6bfb4e0c1d38ded69cee941485ee2e5f6ef65fb5 /README.HG
parent53ff6f1f34c81e1640a013833fbda18c59940697 (diff)
downloadgmp-5da6c929a73cfdfa192de7807ffdfc6da6db3a8b.tar.gz
New .bootstrap script and a README.HG file
Diffstat (limited to 'README.HG')
-rw-r--r--README.HG25
1 files changed, 25 insertions, 0 deletions
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.