Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Installing EVE on Linux: Difference between revisions

From EVE University Wiki
No edit summary
Ikari (talk | contribs)
No edit summary
Line 19: Line 19:
#:{{code|./evelauncher.sh}}
#:{{code|./evelauncher.sh}}
#:This is a good point to check if the launcher works and whether any errors are output to the terminal before continuing to any more advanced steps.
#:This is a good point to check if the launcher works and whether any errors are output to the terminal before continuing to any more advanced steps.
==QT Dependencies==
You may be lacking the required QT dependences for the launcher, This will manifest as some QT files not be located and the launcher window opening but not displaying anything. <br/>
Instructions for this install are taken from here: https://wiki.qt.io/Install_Qt_5_on_Ubuntu
#Download the installer
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended.
#:{{code|wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run}}
#Adjust permissions
#:{{code|chmod +x qt-opensource-linux-x64-5.7.0.run}}
#Install QT
#:{{code|./qt-opensource-linux-x64-5.7.0.run}}
#Install g++
#:[[code|sudo apt-get install build-essential}}
#Install generic fonts
#:{{code|sudo apt-get install libfontconfig1}}


==Custom Launcher Shortcut==
==Custom Launcher Shortcut==