mirror of
https://git.zap.org.au/git/trader.git
synced 2025-01-03 14:57:41 -05:00
Start preparing for version 7.12
This commit is contained in:
parent
8cebffe330
commit
94005770f3
8
INSTALL
8
INSTALL
@ -102,12 +102,12 @@ You can also run configure in a separate build-only directory tree. This
|
||||
feature requires GNU Make and allows you to keep the source code tree from
|
||||
being modified by the compilation process. To use this option, create a
|
||||
separate build directory, then run configure. For example, if you placed
|
||||
the Star Traders source code tree in $HOME/src/trader-7.11, you could run
|
||||
the Star Traders source code tree in $HOME/src/trader-7.12, you could run
|
||||
something like:
|
||||
|
||||
mkdir $HOME/build/trader-build-7.11
|
||||
cd $HOME/build/trader-build-7.11
|
||||
$HOME/src/trader-7.11/configure
|
||||
mkdir $HOME/build/trader-build-7.12
|
||||
cd $HOME/build/trader-build-7.12
|
||||
$HOME/src/trader-7.12/configure
|
||||
|
||||
Once again, the Autoconf manual describes these options (and many others):
|
||||
|
||||
|
@ -26,7 +26,7 @@ dnl You should have received a copy of the GNU General Public License
|
||||
dnl along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
|
||||
AC_INIT([Star Traders], [7.11], [J.Zaitseff@zap.org.au], [trader],
|
||||
AC_INIT([Star Traders], [7.12], [J.Zaitseff@zap.org.au], [trader],
|
||||
[http://www.zap.org.au/software/trader/])
|
||||
AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user