From 31b4c86b8f5d0645ac810c61ba8d97b69694352b Mon Sep 17 00:00:00 2001 From: qwertychouskie Date: Tue, 28 Jun 2016 16:02:03 -0700 Subject: [PATCH] Update links for new site (#2529) * Update links for new site * more tweaks to readme.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abc3748d1..cec739a98 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ SuperTuxKart is a free kart racing game. It focuses on fun and not on realistic kart physics. Instructions can be found on the in-game help page. -The SuperTuxKart homepage can be found at: +The SuperTuxKart homepage can be found at: -The official SuperTuxKart forum is at . If you need support, this would be the best place to start. +The official SuperTuxKart forum is at . If you need support, this would be the best place to start. Hope you enjoy the game. @@ -22,7 +22,7 @@ Hope you enjoy the game. ### Windows 1. Install VS 2013 (or later). The free express versions work fine. -2. Download and install a source package - either a released package or from our [git/svn repositories](http://supertuxkart.sourceforge.net/Source_control). +2. Download and install a source package - either a released package or from our [git/svn repositories](https://supertuxkart.net/Source_control). 3. Download the latest dependency package from [here](https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart%20Dependencies/Windows/). Unzip it in the root directory, so that the dependencies directory is next to the src and data directories (if you are updating from a previous dependency package, you can delete the .dll files in the root directory, they are not needed anymore). 4. Download cmake and install it. Then start cmake-gui and select the STK root directory as 'Where is the source code', and a new directory in the root directory (next to src, data etc) as the build directory (for now I assume that this directory is called bld). 5. Click on configure. You will be asked to create the directory (yes), then for your VS version. Make sure you select the right version (be aware of the easy to confuse version numbers: VS 2013 = version 12). Click on configure, then generate. This will create the directory 'bld', and a VS solution in that directory. @@ -30,10 +30,12 @@ Hope you enjoy the game. 7. Right click on the supertuxkart project in the solution explorer, and select "Set as StartUp Project". 8. Select Build->Build Solution (or press F7) to compile. +See for more information. + Compilation with cygwin is not officially supported, but this has been done (check with the forum for details). ### Mac OS X -The latest information about compilation on Mac are on our wiki: +The latest information about compilation on Mac are at our site: ### UNIX See [`INSTALL.md`](INSTALL.md) for details.