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

User:Djavin novienta/Sandbox: Difference between revisions

From EVE University Wiki
Djavin novienta (talk | contribs)
mNo edit summary
Djavin novienta (talk | contribs)
No edit summary
Line 7: Line 7:


#Download the launcher binaries (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]).
#Download the launcher binaries (found [https://binaries.eveonline.com/evelauncher-1104891.tar.gz here]).
#:{{code|wget https://binaries.eveonline.com/evelauncher-1104891.tar.gz}}
#:'''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-1104891.tar.gz</nowiki>}}
#Unpack the binary files (<code>.tar.gz</code>)
#Unpack the binary files (<code>.tar.gz</code>)
#:{{code|tar -svf evelauncher-1104891.tar.gz}}
#:{{code|tar -svf evelauncher-1104891.tar.gz}}
#:'''Note:''' These can be put wherever the user prefers, but the home directory <code>~/</code> is recommended.
#Extract the remaining compressed files (<code>.tar</code>)
#Extract the remaining compressed files (<code>.tar</code>)
#:{{code|tar -svf evelauncher-1104891.tar}}
#:{{code|tar -svf evelauncher-1104891.tar}}
Line 22: Line 22:
#:{{code|ln -s evelauncher.sh /usr/bin/evelauncher}}
#:{{code|ln -s evelauncher.sh /usr/bin/evelauncher}}
#Download the icon file
#Download the icon file
#:{{code|wget http://wiki.eveuniversity.org/images/3/3b/eve.png}}
#:{{code|wget <nowiki>http://wiki.eveuniversity.org/images/3/3b/eve.png</nowiki>}}
#Move the icon file to the correct directory
#Move the icon file to the correct directory
#:{{code|sudo mv eve.png /usr/share/pixmaps/}}
#:{{code|sudo mv eve.png /usr/share/pixmaps/}}