Currently Online

Latest Posts

Changes in Download

Old Title

DownloadPage


Editor Comment

Add link to pkgbuild in arch user repo


Revision Differences of Revision 59

# 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 Distribution. Widelands is tracked by any major Linux distribution. ¶

1. Download the tarball named Widelands-build*XX*-linuxi386.tar.gz from [downloads](https://launchpad.net/widelands/+download). ¶
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). ¶

##### Ubuntu ¶

For Ubuntu we have a PPA which makes it easier to install the latest version of Widelands. Build 16 will be officially included in Ubuntu Oneiric which is scheduled for release October 2011. Until then, or if you are running an older Ubuntu release, you can use the PPA to install the latest Widelands build. ¶

__Build 16:__ the PPA contains packages for Ubuntu Natty (11.04), Maverick (10.10), Lucid (10.04) and Karmic (9.10): ¶
Go to [Link to PPA](https://launchpad.net/~timo-wingender/+archive/ppa) and follow the instructions. ¶
You need to add the PPA to your Software Sources ("System|Administration|Software Sources|Other Software|Add"), reload and install the package widelands (these are actually a bit newer than b14 (only a little bit)). Alternatively you can download the deb packages there and install them manual. ¶

__Build 15:__ the PPA also contains build 15 for older Ubuntu releases, namely Ubuntu Intrepid (8.10) and Jaunty (9.04). Please note that these releases have reached end of life, and you are encouraged to upgrade to a newer version of Ubuntu! ¶

__Note:__ The official Ubuntu package in current versions are known to be misconfigured - translations will not work and some other smaller problems might occur. So if you use Ubuntu, the best would be to download and use the newest version. ¶



_Instructions for Ubuntu 9.04:_. ¶
Look under System->Administration->System Monitor->System if that's the release you are using, if not upgrade! If you wonder why you don't have the actual release although you always upgraded everything the system asked you to, go to System->Administration->Software Sources->Updates and set 'show new distribution releases' to 'normal release'. Now you could use the update manager to grade your system up to the latest version. Now you need to install some packages, the command is: ¶

sudo apt-get install libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-net1.2-dev libsdl-gfx1.2-dev libsdl-mixer1.2-dev libboost1.35-dev libggzcore9 libglew1.5-dev ¶



## 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 ¶
At [http://wolkentempel.de/](http://wolkentempel.de/widelands.html) you can find widelands weekly builds. This service is new and if you experience any issues please report back. ¶

### 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:__ provied by a PPA available for all currently supported releases of Ubuntu, i.e. Ubuntu Lucid (10.04), Maverick (10.10), Natty (11.04) and Oneiric (11.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 Nov 21st 2011, there are only release builds 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. ¶

## Troubleshooting ¶

### Linux ¶

#### libjpeg related ¶

If your widelands installation complains about missing libjpeg.so.7 on your system, and you recently upgraded your system, you may have upgraded your libjpeg to version 8. The problem seems to be with the libjpeg people, but most recommendations are to create a symlink: ¶

ln -s /usr/lib/libjpeg.so.8 /usr/lib/libjpeg.so.7 ¶

On Gentoo, you may also try emerge jpeg:7 which creates a libjpeg.so.7 without headers.