More actions
mNo edit summary |
|||
| Line 4: | Line 4: | ||
==Basic Setup== | ==Basic Setup== | ||
[[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]] | [[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]] | ||
'''''Terminal commands are displayed in code blocks | '''''(Terminal commands are displayed in code blocks)''''' | ||
#Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]) or via terminal command: | #Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]) or via terminal command: | ||
| Line 42: | Line 42: | ||
===Incompatible OpenSSL library=== | ===Incompatible OpenSSL library=== | ||
The EVE launcher requires the 1.0.x version of the openssl library in order to function, however, some newer versions of Linux distributions and those that use rolling releases include the 1.1.x version by default (this will be evident by the launcher simply not appearing at all when the script is run), so some extra steps to install the older compatibility library may be necesssary. | The EVE launcher requires the 1.0.x version of the openssl library in order to function, however, some newer versions of Linux distributions and those that use rolling releases include the 1.1.x version by default (this will be evident by the launcher simply not appearing at all when the script is run), so some extra steps to install the older compatibility library may be necesssary. | ||
:'''Note:''' The following example is for Ubuntu - paths | :'''Note:''' The following example is for Ubuntu - paths and package names will likely be different on other distributions. | ||
#Download the older library from your distribution's repos | #Download the older library from your distribution's repos | ||
#:{{code|sudo apt-get install libssl1.0.0}} | #:{{code|sudo apt-get install libssl1.0.0}} | ||