Currently Online

Latest Posts

Changes in Download

Editor Comment

Updated and reworded the description of the PPA


Revision Differences of Revision 66

[TOC] ¶

## Official Builds ¶

### Windows ¶
1. Download the [Windows setup file](https://launchpad.net/widelands/build17/build-17/+download/widelands-build17-win32.exe). ¶
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 the [disk image](https://launchpad.net/widelands/build17/build-17/+download/widelands-build17-mac.dmg). ¶
2. Open the Disk Image ¶
3. Copy the executable to your local disk. ¶
4. Double click it to run. ¶


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

For Ubuntu, especially for older versions which will not get a backport of the latest build, we offer a [PPA](https://code.launchpad.net/~widelands-dev/+archive/widelands). Follow the install instructions on the PPA's site to add it to your system. ¶

In case your distribution does not provide pre-compiled packages you have to compile Widelands yourself. Go to the BuildingWidelands page for further instructions. ¶



## 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:__
proWe havided by a PPA (personavl pailckablge foarchive) allwith the currlatenstly suppdevelortpmednt releases of Widelands for Ubuntu,. At the ti.me. of Ubuwritintug, packages Lucan be installed (10.04),on NatUbuntyu (112.04), Oneiric (11.10), Precise), (12.104), (Quantal), 13.04 (Raring) and 123.10) :
_
(Saunofficy). Siamply packagdd thes):_
[Lwidelank tods-daily 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.

__PPS.__ [Timowi's PPA](https://launchpad.net/~timo-wingender/+archive/widelands-daily/) used to have the latest development release in the past, but it has not been updated in a long time. We encourage anyone still using this to switch to the one mentioned above. ¶




## Source Code ¶

### Build ¶
The source code of build 17 can be [downloaded here](https://launchpad.net/widelands/build17/build-17/+download/widelands-build17-src.tar.bz2). ¶


### 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 branch lp:widelands ¶

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