Latest Posts

Changes in Download

Old Title

DownloadPage


Editor Comment

Removed outdated Linux installation instructions


Revision Differences of Revision 61

# Download ¶

[TOC] ¶

## Official Builds ¶

###
Download & Installation ¶

####
Windows ¶

1. Download the setup file named Widelands-build*XX*-win32.exe from [downloads](https://launchpad.net/widelands/+download). ¶
2. Double-click it and follow the instructions. ¶
3. Afterwards simply start Widelands by clicking on one of the generated icons (desktop, start menu, ...). ¶



###
# Mac OS X ¶

1. Download disk image named Widelands-build*XX*.dmg from [downloads](https://launchpad.net/widelands/+download). ¶
2. Open the Disk Image ¶
3. Copy the executable to your local disk. ¶
4. Double click it to run. ¶



###
# Linux ¶

__Note:__ It is likely, that there are pre-compiled packages for your Ddistribution. Widelands is tracked by any major Linux distribution. ¶

1.In Downlocad thse tayourball named Widelands-tribuild*XX*-ltionuxi386.tar.gz frdomes [downloads](https://launch pad.net/wrovidelands/+d pre-cownmpiloaed). ¶
2.
Unpack thages BZIP2you (thar -xvjfe ) tor ZIP fcompile. ¶
3.
Open a termWinal(de.g. kolandsole your xtserm)lf. andGo entero the newBuily created directory (cd wngWidelands). ¶
4.
Stpage fort further execinstructable (./widelaonds).


## Unofficial development Builds ¶
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 similar as described in "Official builds" ¶

### 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/). ¶

After downloading one of the development builds your browser might warn you that the file can possibly harm your computer. This is a false alarm! There is just too little information about these files, because they change so rapidly, that the browser cannot say for sure whether they are malicious or not. ¶

### Mac OS X ¶
orphaned ¶

### Linux ¶

#### Arch ¶
__PKGBUILD:__ There is a widelands-bzr pkgbuild in the arch user repository: [click here](http://aur.archlinux.org/packages.php?ID=58682) ¶

#### Ubuntu ¶
__Daily Builds:__ provided by a PPA available for all currently supported releases of Ubuntu, i.e. Ubuntu Lucid (10.04), Natty (11.04), Oneiric (11.10), Precise (12.04), Quantal (12.10) : ¶
_(unofficial packages):_ ¶
[Link to PPA](https://launchpad.net/~widelands-dev/+archive/widelands-daily) - ¶
Add them to your system, refresh the packages lists and install or upgrade widelands. ¶

__PS.__ For those who have relied on [Timowi's PPA](https://launchpad.net/~timo-wingender/+archive/widelands-daily/) in the past, this is no longer actively updated and we encourage you to switch to the one above. ¶

__PPS.__ As of Mai 2012, there are only release builds and release builds with debug info on launchpad. To use the debug window (F6) please compile Widelands in debug mode. compile.sh will kindly ask you for this option. Check BuildingWidelands for a !HowTo on building. ¶


## Source Code ¶

### Build ¶
The packages containing the tag _source_ are the source packages for this release, they usually come in two flavours: ZIP and TAR.BZ2. Both archives contain exactly the same content. ¶

Download the source of a build number at the [downloads page](https://launchpad.net/widelands/+download). ¶


### Bazaar (bzr) ¶
If you plan to join development or are just interested in the latest inventions ¶
you should go for this. You __need to have__ Bazaar (bzr) installed, to check-out the trunk. Type in the ¶
console: ¶

bzr get lp:widelands ¶

After downloading the source, you might want to check BuildingWidelands for a !HowTo on building.