summaryrefslogtreecommitdiff
path: root/README.dev
blob: 8d29bf5502acb06977fa1e8a04be198dc60b4830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
Execute
$ autoreconf -i


Creating a new release
----------------------

1) Update the version number in configure.ac ("AC_INIT (mpc, _version_...)")
   and in INSTALL.
2) Check that NEWS, BUGS and TODO are up to date.
3) Execute "autoreconf; touch doc/mpc.texi; make dist".
   This updates the date and version number in doc/version.texi and
   creates the tarball for distribution.
4) Commit the changes to svn.