/
niceSOFT
/
mpc
Обзор
Документация
Войти
/
niceSOFT
/
mpc
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
0.5
README.dev
22 строки
840 B
Andreas Enge
small changes for releasing version 0.5
17 сен 2008, 14:59
17 сен 2008, 14:59
96244f4
Код
Авторство
О чём код?
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, and disactivate the -Werror option in configure.ac. 2) Check that NEWS, BUGS and TODO are up to date, and that the minimal version numbers of gmp and mpfr in INSTALL and doc/mpc.texi are correct. 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) Reactivate the -Werr option in configure.ac. 4) Commit the changes to svn.