4 Commits
v0.3 ... v0.2

Author SHA1 Message Date
hikerstk
8ba6e98647 Moved supertuxkart tags to new directory.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/tags/0.2@3235 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2009-03-12 01:59:13 +00:00
coz
a7d95b7609 Added supertuxkart and media directories to tags.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/tags/supertuxkart/0.2@1121 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2007-05-28 01:27:04 +00:00
coz
dbe1266ef2 Added a small change to the INSTALL file for compiling from SVN.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/tags/0.2@792 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-22 23:59:11 +00:00
coz
56997db168 Added 0.2 tag
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/tags/0.2@791 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-22 19:06:37 +00:00
5 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1 @@
See the NEWS file.

View File

@@ -0,0 +1 @@
See the NEWS file.

View File

@@ -37,7 +37,11 @@ See the --help output of configure for further options.
But it didn't work! But it didn't work!
------------------- -------------------
Well, the most common (by FAR) reason for problems is that your OpenGL/Mesa Right now there is no proper windows compilation. You can still compile for windows using cygwin, see README.cygwin for details.
If you checked out your copy from SVN, you must run 'sh autogen.sh' first.
Also, the most common (by FAR) reason for problems is that your OpenGL/Mesa
is incorrectly installed - so before you complain to any of the PLIB or is incorrectly installed - so before you complain to any of the PLIB or
Supertuxkart mailing lists, first try running one of the example programs Supertuxkart mailing lists, first try running one of the example programs
that comes with your OpenGL implementation - or one of the Mesa or GLUT that comes with your OpenGL implementation - or one of the Mesa or GLUT
@@ -47,6 +51,6 @@ If you those examples run OK - then go to the PLIB home page and download
the PLIB examples. the PLIB examples.
If THOSE run correctly - but Supertuxkart doesn't then please get in touch If THOSE run correctly - but Supertuxkart doesn't then please get in touch
with the SupertuxKkrt mailing list and we'll do our best to get you up and with the SupertuxKart mailing list and we'll do our best to get you up and
racing. racing.

6
NEWS
View File

@@ -1,7 +1,7 @@
This is the first official release of SuperTuxKart. This is the first official release of SuperTuxKart.
To see what was changed compared to the original TuxKart, you To see what was changed compared to the original TuxKart, you
have to include all SuperTuxKart items 0.2, 0.1, 0.0.0, which have to include all SuperTuxKart items, including 0.1 which
were never released! was never released!
SuperTuxKart 0.2 (22. Sep 2006) SuperTuxKart 0.2 (22. Sep 2006)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -32,7 +32,7 @@ SuperTuxKart 0.1 (04. May 2006) (not officially released)
* Some bug fixes and small improvements * Some bug fixes and small improvements
* Added profile option to support automatic profiling * Added profile option to support automatic profiling
SuperTuxKart 0.0.0 (22. Dec 2004) (not officially released) SuperTuxKart 0.0.0 (22. Dec 2004)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* new tracks * new tracks
* new characters and karts * new characters and karts

View File

@@ -10,7 +10,7 @@ AC_PREREQ(2.52)
dnl Initialize the automake stuff dnl Initialize the automake stuff
dnl set the $host variable based on local machine/os dnl set the $host variable based on local machine/os
AC_CANONICAL_TARGET AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(supertuxkart, 0.2rc2) AM_INIT_AUTOMAKE(supertuxkart, 0.2)
dnl Check for compilers. dnl Check for compilers.
AC_PROG_CC AC_PROG_CC