Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation #3

Open
alcarney opened this issue Mar 20, 2015 · 0 comments
Open

Installation #3

alcarney opened this issue Mar 20, 2015 · 0 comments

Comments

@alcarney
Copy link

Pretty much everyone so far has had issues installing/getting this game to run so below are a few fixes (hopefully!) to common issues:

Install instructions can be found at the following places:

FIFE not found:

Ok so this game uses the FIFE game engine and this seems to be comprised of two packages.
1. fifengine
2. fifechan

My recommended way of installing thsese is NOT to follow the instructions on Unknown Horizons website as they recommend you build them from source which involves installing many buildtime dependencies which aren't even required to play the game. Also the build system(s) for these (once you install them!) appear to be setup to install the packages into the "/usr/local/lib" directory (at least on linux). This causes the game not to see them and fail to start

So I recommend that you find an already packaged version for your particular operating system.

If however you do have to build them from source then you will probably have to create a symbolic link (posh name for a shortcut) from where they should be installed to where they have actually been installed. This can be done by running the followiing commands

    $ cd /path/to/where/install/should/be
    # ln -s /path/to/where/install/is/libfife*.0.*

On linux this typically should be installed in /usr/lib

The game itself is pure python and so should run fine once you have installed FIFE correctly. Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant