Linux Installation(Upgrade)
Moderator: Forum Moderators
Forum rules
Before reporting issues in this section, you must read the following topic:
Before reporting issues in this section, you must read the following topic:
Linux Installation(Upgrade)
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/
?
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/
?

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