Difference between revisions of "Installation on Linux"

From VCMI Project Wiki
Jump to: navigation, search
(Other distributions)
m (Compiling from source)
Line 36: Line 36:
  
 
== Compiling from source ==
 
== Compiling from source ==
Please check follow developer guide: [[How to build VCMI (Linux)]]
+
Please check following developer guide: [[How to build VCMI (Linux)]]
  
 
= Installing Heroes III data files =
 
= Installing Heroes III data files =

Revision as of 14:20, 20 August 2017

VCMI requires data from original Heroes 3: Shadow of Death or Complete editions. Data from native Linux version made by LOKI will not work.

Binaries installation

Ubuntu

VCMI stable builds available in "multiverse" repository. Learn how to enable it in Ubuntu wiki.

VCMI daily builds can be installed from PPA:

To add PPA type in Terminal:

sudo apt-add-repository ppa:vcmi/ppa

To install VCMI from repository:

sudo apt-get update
sudo apt-get install vcmi

Debian

Stable VCMI version is available in "contrib" repository. Learn how to enable it in Debian wiki.

To install VCMI from repository:

sudo apt-get update
sudo apt-get install vcmi

Other distributions

For other distributions, VCMI can be installed from 3rd-party repositories listed below.

If you are interested in providing builds for other distributions, please let us know.

Compiling from source

Please check following developer guide: How to build VCMI (Linux)

Installing Heroes III data files

To install VCMI you will need:

Automated install

To install Heroes 3 data using automated script you need any of:

  • One or two CD's or CD images
  • gog.com installer
  • Directory with installed game

Run the script using options appropriate to your input files:

vcmibuilder --cd1 /path/to/iso/or/cd --cd2 /path/to/second/cd
vcmibuilder --gog /path/to/gog.com/installer
vcmibuilder --data /path/to/h3/data

You should use only one of these commands.

Fedora music support

To have Music support on Fedora it is required to perform a additional step. Fedora doesn't provide Mp3 playback support natively due to patents applied on the Mp3 technique. The SDL_mixer package from the official Fedora repo is compiled without Mp3 support.

To make music work it must be converted into ogg format. This can be done either manually or using vcmibuilder:

vcmibuilder --convertMP3

This command can be run separately after install or as additional switch during initial vcmibuilder launch

Manual install

  • Install Heroes III
  • Launch vcmiclient to determine data directory (output may differ)
$vcmiclient -v
Starting... 
VCMI 0.91
  data directory:    /usr/share/vcmi
  library directory: /usr/lib/vcmi
  binary directory:  /usr/games
  • Copy your data to data directory. This should result in directory structure similar to this:
/usr/share/vcmi/config/
/usr/share/vcmi/Data/
/usr/share/vcmi/Maps/
/usr/share/vcmi/Mods/WoG/
/usr/share/vcmi/Mods/vcmi/
/usr/share/vcmi/Mp3/

Launching game

To start the game type in console:

vcmilauncher

Or, to start game directly avoiding Launcher:

vcmiclient

VCMI should be also available via desktop environment menu or launcher (Games/Strategy/VCMI)

Reporting bugs

Please report any issues with packages according to Bug reporting guidelines