Latest Posts

Changes in Download

Old Title

DownloadPage


Editor Comment

directly link to downloads


Revision Differences of Revision 64

# Download ¶

[TOC] ¶

## Official Builds ¶

### Windows ¶
1. Download the
[Windows setup file named `widelands-build17-win32.exe` from the [downloads page](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
disk image named `widelands-build17-mac.dmg` from the [downloadisk pimage](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:__ 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 source code of build 17 can be
found in `widelands-build17-src.tar.bz2` at the [downloadsed paghere](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.