diff options
author | enge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2011-02-05 10:11:35 +0000 |
---|---|---|
committer | enge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4> | 2011-02-05 10:11:35 +0000 |
commit | e010f44ae938b3a14812139c939798dde52ab62a (patch) | |
tree | 0b728ed79da3048d78d9e7d1511183c623be3e0e /README.dev | |
parent | 783d6d9c93fd506f6590cd09cb907ac688633ef8 (diff) | |
download | mpc-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.dev | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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. |