More actions
updated to current version |
|||
| Line 9: | Line 9: | ||
'''''(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- | #Download the launcher binaries either manually (found [https://binaries.eveonline.com/evelauncher-1747682.tar.gz here]) or via terminal command: | ||
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended. | #:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended. | ||
#:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher- | #:{{code|wget <nowiki>https://binaries.eveonline.com/evelauncher-1747682.tar.gz</nowiki>}} | ||
#:If this file no longer exists or is outdated, check for an updated link in [https://forums.eveonline.com/c/technology-research/linux CCP Snorlax's forum post which should be stickied here]. | #:If this file no longer exists or is outdated, check for an updated link in [https://forums.eveonline.com/c/technology-research/linux CCP Snorlax's forum post which should be stickied here]. | ||
#Extract the compressed files (<code>.tar.gz</code>) | #Extract the compressed files (<code>.tar.gz</code>) | ||
#:{{code|tar -xvf evelauncher- | #:{{code|tar -xvf evelauncher-1747682.tar.gz}} | ||
#Move to the newly-extracted folder | #Move to the newly-extracted folder | ||
#:{{code|cd evelauncher}} | #:{{code|cd evelauncher}} | ||