some language tweaks
This commit is contained in:
parent
7332864c1e
commit
8fcb941ca3
3 changed files with 17 additions and 11 deletions
11
INSTALL
11
INSTALL
|
@ -26,13 +26,14 @@ There are currently three ways to build wesnoth:
|
|||
|
||||
2. Common steps:
|
||||
|
||||
In the future, autotools will probably replaced with either scons or cmake.
|
||||
In the future, autotools will probably be replaced with either scons or cmake.
|
||||
Once scons and cmake are complete all build systems will be evaluated and
|
||||
one build system will choosen as the official build system.
|
||||
one build system will be chosen as the official build system.
|
||||
|
||||
SDL* libraries can be found at http://www.libsdl.org . libfreetype can be found
|
||||
at http://www.freetype.org/ . Python can be found at http://www.python.org .
|
||||
The boost libraries can be found at http://www.boost.org .
|
||||
SDL* libraries can be found at: http://www.libsdl.org
|
||||
libfreetype can be found at: http://www.freetype.org
|
||||
Python can be found at: http://www.python.org
|
||||
The boost libraries can be found at: http://www.boost.org
|
||||
|
||||
You will also need to have a working installation of GNU gettext to build the
|
||||
translations.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Version 1.5.0+svn:
|
||||
* graphics:
|
||||
* new ford graphics from Syntax_Error
|
||||
* game engine:
|
||||
* poison no longer prevents resting
|
||||
* graphics:
|
||||
* new ford graphics from Syntax_Error
|
||||
* language and i18n:
|
||||
* updated translations: Chinese, Czech, Finnish, French, German, Italian,
|
||||
Polish, Russian, Slovak, Spanish, Turkish
|
||||
|
|
13
configure.ac
13
configure.ac
|
@ -16,10 +16,12 @@ echo "****************************************"
|
|||
echo "*** ***"
|
||||
echo "*** At the moment cmake and scons ***"
|
||||
echo "*** are evaluated to replace the ***"
|
||||
echo "*** autotools. Once a decision has ***"
|
||||
echo "*** been made autotools will most ***"
|
||||
echo "*** likely to be phased out so ***"
|
||||
echo "*** please test scons and cmake. ***"
|
||||
echo "*** autotools build system. Once a ***"
|
||||
echo "*** decision has been made ***"
|
||||
echo "*** autotools will most likely ***"
|
||||
echo "*** become deprecated. ***"
|
||||
echo "*** Please test scons and cmake ***"
|
||||
echo "*** and report any problems! ***"
|
||||
echo "*** ***"
|
||||
echo "*** To build with scons, type ***"
|
||||
echo "*** 'scons' in the distribution ***"
|
||||
|
@ -29,6 +31,9 @@ echo "*** To build with cmake, type ***"
|
|||
echo "*** 'cmake .' followed by 'make' ***"
|
||||
echo "*** in the distribution directory. ***"
|
||||
echo "*** ***"
|
||||
echo "*** See the INSTALL file for more ***"
|
||||
echo "*** details. ***"
|
||||
echo "*** ***"
|
||||
echo "****************************************"
|
||||
|
||||
AC_CONFIG_AUX_DIR([config])
|
||||
|
|
Loading…
Add table
Reference in a new issue