Linux Installation(Upgrade)

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Post Reply
User avatar
santi
Lord of Wesmere
Posts: 1320
Joined: April 6th, 2004, 12:32 pm

Linux Installation(Upgrade)

Post by santi »

Just upgrading from Wesnoth 7 to 7.1.
Not sure about the make clean
In the directory
.../wesnoth-7.1

first put the .cfgs from any new scenaria in /scenarios/data

then ./configure
make clean
make
make install

right?
Anything I need to tune to put the executable in /usr/local/games/


? :?:
ziberpunk

Post by ziberpunk »

The steps you follow are correct. Without any options, wesnoth will be installed under /usr/local, you can change this with configure:

Code: Select all

./configure --prefix=/usr/local/games
Post Reply