Having Several Wesnoth versions on Linux (Ubuntu)?

Get help with compiling or installing the game, and discuss announcements of new official releases.

Moderator: Forum Moderators

Post Reply
User avatar
Blitzmerker
Posts: 50
Joined: March 20th, 2007, 5:44 pm
Location: Germany

Having Several Wesnoth versions on Linux (Ubuntu)?

Post by Blitzmerker »

Hi all,

How can I have more than one Wesnoth installation on Linux (Ubuntu 7.10),
e.g. Wesnoth 1.4 and Wesnoth 1.5+svn?
:(){ :|:& };:
AI
Developer
Posts: 2396
Joined: January 31st, 2008, 8:38 pm

Re: Having Several Wesnoth versions on Linux (Ubuntu)?

Post by AI »

when compiling, you can give the ./configure script an option to tell it where to install. (and which directory to use as userdata)
User avatar
Aethaeryn
Translator
Posts: 1554
Joined: September 15th, 2007, 10:21 pm
Location: Baltimore, Maryland, USA

Re: Having Several Wesnoth versions on Linux (Ubuntu)?

Post by Aethaeryn »

Yeah, I basically compile with:

Code: Select all

./configure --enable-editor --with-preferences-dir=.wesnoth-1.x.x --program-suffix=-1.x.x --with-datadir-name=wesnoth-1.x.x && make
This allows a lot of installations at once, especially handy if you want to use the development versions. Then follow it with "make install" as superuser.
Aethaeryn (User Page)
Wiki Moderator (wiki)
Latin Translator [wiki=Latin Translation](wiki)[/wiki]
Maintainer of Thunderstone Era (wiki) and Aethaeryn's Maps [wiki=Aethaeryn's Maps](wiki)[/wiki]
User avatar
Iris
Site Administrator
Posts: 6798
Joined: November 14th, 2006, 5:54 pm
Location: Chile
Contact:

Re: Having Several Wesnoth versions on Linux (Ubuntu)?

Post by Iris »

I haven't installed Wesnoth since 1.0.2.
Author of the unofficial UtBS sequels Invasion from the Unknown and After the Storm.
Post Reply