Changes in Download
Old Title
DownloadPage
Editor Comment
Typos
Revision Differences of Revision 17
# Download ¶¶
[TOC] ¶
¶
## Official Builds ¶
¶
¶
### Download & Installation on Windows ¶
¶
1. Download the setup file named Widelands-build*XX*-win32.exe from [downloads](http://sourceforge.net/project/showfiles.php?group_id=40163). ¶
2. Double-click it and follow the instructions. ¶
3. Afterwards simply start Widelands by clicking on one of the generated icons (desktop, start menu, ...). ¶
¶
¶
¶
### Download & Installation on Linux ¶
¶
__Note:__ It is likely, that there are pre-compiled packages for your Distribution. Widelands is tracked by any major Linux distribution. ¶
¶
__Note2:__ The official
¶
1. Download the tarball named Widelands-build*XX*-linuxi386.tar.gz from [downloads](http://sourceforge.net/project/showfiles.php?group_id=40163). ¶
2. Unpack the BZIP2 (tar -xvjf ) or ZIP file. ¶
3. Open a terminal(e.g. konsole or xterm) and enter the newly created directory (cd widelands). ¶
4. Start the executable (./widelands). ¶
¶
¶
¶
### Download & Installation on Mac OS X ¶
¶
1. Download disk image named Widelands-build*XX*.dmg from [downloads](http://sourceforge.net/project/showfiles.php?group_id=40163). ¶
2. Open the Disk Image ¶
3. Copy the executable to your local disk. ¶
4. Double click it to run. ¶
¶
¶
##
There are some people providing pre-compiled (ready to run like our official releases) packages, made from our current development state. Below are the links to those builds. Installation should work simil
¶
### Windows ¶
[Tino](/profile/Tino) provides daily (or even more often compiled) builds. These can be found at [http://widelands.8-schuss.de/](http://widelands.8-schuss.de/). ¶
¶
### Linux ¶
[Azagtoth](/profile/Azagtoth) provides daily builds of svn. Just go to [https://www.azagtoth.de/widelands-daily/](https://www.azagtoth.de/widelands-daily/). Some browsers might complain about an invalid certificate. Just add it, and don't worry about it. ¶
¶
[Liability Insurance WA](http://www.wa-liability-insurance.com/) ¶
¶
¶
¶
## Source Code ¶
¶
### Build ¶
¶
Download the source of a build number at the [downloads page](http://sourceforge.net/project/showfiles.php?group_id=40163). ¶
¶
¶
### Subversion (SVN) ¶
If you plan to join development or are just interested in the latest inventions ¶
you should go for this. You __need to have__ SVN with SSL installed, to check-out the trunk. Type in the ¶
console: ¶
¶
svn co https://widelands.svn.sourceforge.net/svnroot/widelands/trunk widelands ¶
¶
If (it might not) SVN asks you if it should accept the certificate of our SVN server, say (p)ermanently. ¶
¶
After downloading the source, you might want to check BuildingWidelands for a !HowTo on building. ¶