Mark de Wever
336cbeefd9
Removed the --small-gui build option.
...
Starting Wesnoth with the --smallgui parameter achieves the same. The
other code workarounds for smallgui are already gone.
2008-09-03 15:46:56 +00:00
Mark de Wever
775838a379
Load our own fonts for the new widgets.
2008-09-03 15:46:41 +00:00
Sergey Popov
43fc030a57
Fixed documentation bugs in INSTALL.
2008-08-25 16:23:58 +00:00
Gunter Labes
2e2485b04e
State that you only need to run autogen.sh when building from SVN, again.
2008-08-20 17:57:15 +00:00
Mark de Wever
c5840e962c
Change dependencies to pango with cairo backend, only wired in for autotools.
2008-07-10 17:45:29 +00:00
Mark de Wever
aee9e58b8e
Added the freetype2 dependency needed for SDL_Pango...
...
...and changed the dependency to the pango with ft2 support.
2008-07-06 14:56:38 +00:00
Mark de Wever
221196c43c
Added the pango dependency.
...
I'm not sure yet what will be the minimum required version so I used
1.14.8 as shipped with Debian Etch as minimum. The library isn't used
yet but will be soon. Only added autotools support.
(Also some minor tab->spaces changes in the changelog.)
2008-07-06 12:20:54 +00:00
Sergey Popov
fedda6fbdd
Updated INSTALL to reflect changes to scons options.
2008-06-16 20:03:13 +00:00
Gunter Labes
8fcb941ca3
some language tweaks
2008-05-12 12:08:46 +00:00
Mark de Wever
e17d9aaeb2
Remove the deprecated notice on autotools...
...
...and change it to the fact that it probably will be replaced. Also
show both alternatives when still using autotools.
2008-05-12 09:26:00 +00:00
Moritz Göbelbecker
0cb0e9e7e2
Build instructions for cmake.
2008-05-10 09:58:04 +00:00
Sergey Popov
1241c61f31
scons recipe successfully compiles(not links) on windows.
2008-05-03 12:02:50 +00:00
Ignacio R. Morelle
6fd116ce08
Added URL for scons, correct version requirements and a few text revisions
2008-05-02 18:05:14 +00:00
Gunter Labes
450c4a928f
remove an obsolete parameter reference
2008-05-02 09:09:14 +00:00
Sergey Popov
8dc36b1622
Added check for C++ compiler to scons recipe.
2008-04-29 09:34:09 +00:00
Sergey Popov
3cf71a7fff
Added docdir and mandir options to scons recipe.
2008-04-28 20:50:18 +00:00
Sergey Popov
dc0ac76875
Combined tinygui and smallgui into one option.
2008-04-28 20:16:28 +00:00
Eric S. Raymond
69bf0f2632
Explain how to translate from autotools-speak to scons-speak.
2008-04-28 19:38:17 +00:00
Eric S. Raymond
17cfd3160c
Improve documentation.
2008-04-08 12:18:18 +00:00
Eric S. Raymond
27a79d8d5b
Improved documentation for scons usage.
2008-03-28 15:18:17 +00:00
Eric S. Raymond
fd44a750b2
autotools is deprecatedm, but not (yet) removed.
2008-03-28 13:49:18 +00:00
Eric S. Raymond
9ea8a35f8d
Remove --display-revision switch, always build revision-stamp file.
...
Implement a :version debug command that shows the build version,
including the SVN revision from the build-stamp file.
2008-03-17 08:46:37 +00:00
Mark de Wever
d41120795d
Changed the buildin SDL_ttf to a dependency on the library version >= 2.0.8.
2008-03-04 18:24:15 +00:00
Mark de Wever
af264fd273
Add info about the new boost regex dependency.
2008-03-04 16:58:45 +00:00
Nils Kneuper
6ce621e79c
revert the following revisions:
...
2008-01-27T00:49:02Z!soliton@wesnoth.org
2008-01-26T21:16:47Z!esr@thyrsus.com
2008-01-26T20:48:27Z!esr@thyrsus.com
2008-01-26T19:18:41Z!elias@pschernig.at
2008-01-26T18:57:31Z!esr@thyrsus.com
2008-01-26T18:42:21Z!esr@thyrsus.com
2008-01-26T18:41:21Z!esr@thyrsus.com
2008-01-26T17:52:29Z!esr@thyrsus.com
2008-01-26T17:22:42Z!esr@thyrsus.com
2008-01-26T17:17:44Z!esr@thyrsus.com
2008-01-26T14:01:48Z!esr@thyrsus.com
2008-01-26T13:32:14Z!esr@thyrsus.com
reasons:
1) they break building at least partially / change the way how
building works which is a no go in beta time
2) addition of a new feature (:version), we are in feature freeze, so
this is a no go, too
2008-01-27 11:59:04 +00:00
Eric S. Raymond
0bf9835285
Eliminate --display-svn-revision. Make Revision reporting a bit more reliable.
2008-01-26 14:01:48 +00:00
Nils Kneuper
7f81ea2b1a
correct autoconf version needed to 2.60 instead of 2.61 (bug #10636 )
...
version 2.60 does work on OSX and is the latest version available
there via fink it should also work for all other supported platforms
2008-01-03 20:45:03 +00:00
Mark de Wever
27c7fdccc7
We tested for autoconf 2.57, but 2.61 is required for the boost macros.
...
So bumped the version (bug #10636 ).
2008-01-02 08:39:12 +00:00
Mark de Wever
22ad729bcc
Added gzip write support.
...
Updated changelogs and other documentation about new gzip featue.
Some cosmetic cleanups.
2007-12-05 17:27:08 +00:00
Eric S. Raymond
fe3c651f14
Address bug #10326 by warning of it and suggesting gcc 4.
2007-11-20 17:49:23 +00:00
Gunter Labes
edc973b063
clarify the build instructions and keep the focus on release tar balls
2007-10-23 02:39:56 +00:00
Eric S. Raymond
9f8b5d246c
Fix a typoed option decscription.
2007-06-11 18:22:42 +00:00
Eric S. Raymond
414114f6f1
Simplified the initial-build procedure...
...
by adding a configure invocation to autogen.sh. Fixed a bug in make
clean. Updated the intallation instructions.
2007-05-11 13:20:30 +00:00
Eric S. Raymond
0db20f348c
Add option to enable SVN revision display, defaulting to off.
2007-04-25 15:39:59 +00:00
Nils Kneuper
207d2a141f
updated dependencies in the INSTALL doc
2007-04-25 14:37:52 +00:00
Eric S. Raymond
d94bfed3ed
Explain how to fix the minor 'svnversion -n' issue,
...
as trying to compensate for older clients looks like a bad idea.
2007-04-23 19:23:22 +00:00
Gunter Labes
e6a1f14f99
mention the './autogen.sh' command when using SVN
2007-03-19 02:19:13 +00:00
Gunter Labes
488e861307
more line ending clean-ups
2006-06-06 00:05:03 +00:00
Gunter Labes
20d698258f
putting sdl-net back in..
2006-06-05 14:00:19 +00:00
Gunter Labes
c86f886940
replaced CVS with SVN in the MANUAL files
...
(hope it didn't break any translation)
updated the INSTALL file (we don't use sdl-net since a while, right?)
removed the cvsmerge utility
2006-06-05 13:37:46 +00:00
Jon Daniel
f328abc2f3
update
2005-03-21 21:48:47 +00:00
Jon Daniel
2dbf82e14e
update
2005-03-21 20:35:20 +00:00
Jon Daniel
d515dd0742
updated INSTALL file
2005-03-21 12:54:06 +00:00
Guillaume Melquiond
33ae431a9a
Remove .gmo files from the tgz.
...
Update the INSTALL file about autostuff, gettext, and cvs.
2005-02-19 12:21:23 +00:00
Philippe Plantier
30892869b6
Updating the INSTALL files, removing the dependency on SDL_ttf,
...
and adding the dependency on freetype.
2004-10-30 15:16:37 +00:00
Pauli Manninen
0629aaba5f
pumped version to 0.6.99.5
...
ran autoreconf
minor changes to INSTALL
2004-03-15 18:35:59 +00:00
uid66289
150597ab0f
v0.6rc1
2003-12-23 20:16:21 +00:00
Pauli Manninen
bc30201161
updated INSTALL and MANUAL
2003-11-21 00:52:27 +00:00
Pauli Manninen
0fbc023fc7
changed web-site to http://www.wesnoth.org
...
added information about wesnoth-releases mailing-list
added information about Wesnoth forums
updated INSTALL
2003-10-28 09:37:37 +00:00
Pauli Manninen
3f28de345a
Added depedency to libsdl-net
2003-10-27 22:10:43 +00:00