Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8ba6e98647 | ||
|
a7d95b7609 | ||
|
dbe1266ef2 | ||
|
56997db168 |
8
INSTALL
8
INSTALL
@@ -37,7 +37,11 @@ See the --help output of configure for further options.
|
||||
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
|
||||
Supertuxkart mailing lists, first try running one of the example programs
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
|
6
NEWS
6
NEWS
@@ -1,7 +1,7 @@
|
||||
This is the first official release of SuperTuxKart.
|
||||
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
|
||||
were never released!
|
||||
have to include all SuperTuxKart items, including 0.1 which
|
||||
was never released!
|
||||
|
||||
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
|
||||
* 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 characters and karts
|
||||
|
@@ -10,7 +10,7 @@ AC_PREREQ(2.52)
|
||||
dnl Initialize the automake stuff
|
||||
dnl set the $host variable based on local machine/os
|
||||
AC_CANONICAL_TARGET
|
||||
AM_INIT_AUTOMAKE(supertuxkart, 0.2rc2)
|
||||
AM_INIT_AUTOMAKE(supertuxkart, 0.2)
|
||||
|
||||
dnl Check for compilers.
|
||||
AC_PROG_CC
|
||||
|
Reference in New Issue
Block a user