summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-05 10:11:35 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2011-02-05 10:11:35 +0000
commite010f44ae938b3a14812139c939798dde52ab62a (patch)
tree0b728ed79da3048d78d9e7d1511183c623be3e0e /README.dev
parent783d6d9c93fd506f6590cd09cb907ac688633ef8 (diff)
downloadmpc-e010f44ae938b3a14812139c939798dde52ab62a.tar.gz
tests/Makefile.am: added fma.dat to distribution
preparing mpc-0.9-rc1 git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@907 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.dev b/README.dev
index 8d7f027..7a56a9c 100644
--- a/README.dev
+++ b/README.dev
@@ -2,14 +2,14 @@ Source code from the subversion repository
------------------------------------------
To compile source code obtained from the subversion repository,
-make sure you have installed the autoconf, automake and libtools packages.
+make sure you have installed the autoconf, automake and libtool packages.
Execute
$ autoreconf -i
Required versions:
* autoconf >= 2.61
-* automake >= 1.10.1 (maybe older versions work, please report)
-* libtool >= 1.5.26 (maybe older versions work, please report)
+* automake >= 1.10.1
+* libtool >= 2.2
Creating a new release
----------------------
@@ -27,9 +27,6 @@ Creating a new release
6) Execute "autoreconf; touch doc/mpc.texi; make distcheck".
This updates the date and version number in doc/version.texi and
creates the tarball for distribution.
- Warning: do this on a machine with a recent libtool (for example 2.2.x
- instead of 1.5.x which is buggy, cf
- http://lists.gforge.inria.fr/pipermail/mpc-discuss/2009-March/000106.html)
7) Create an svn tag from inside the svn root:
svn cp trunk tags/VERSION
8) Update the web page on the server.