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
No edit summary
Line 14: Line 14:
#Move to the newly-extracted folder
#Move to the newly-extracted folder
#:{{code|cd evelauncher}}
#:{{code|cd evelauncher}}
#Set the script as being executable.
#Set the script as being executable
#:{{code|chmod u+x evelauncher.sh}}
#:{{code|chmod u+x evelauncher.sh}}
#The launcher can now be run via terminal command.
#The launcher can now be run via terminal command.
Line 26: Line 26:
#Create a symbolic link (symlink) to the script in the user binaries folder
#Create a symbolic link (symlink) to the script in the user binaries folder
#:{{code|ln -s {{Color|green|/Path/To/}}evelauncher.sh /usr/bin/evelauncher}}
#:{{code|ln -s {{Color|green|/Path/To/}}evelauncher.sh /usr/bin/evelauncher}}
#And make it executable
#:{{code|chmod u+x /usr/bin/evelauncher}}
#Download the icon file
#Download the icon file
#:{{code|wget <nowiki>https://wiki.eveuniversity.org/images/a/af/Evelauncher.png</nowiki>}}
#:{{code|wget <nowiki>https://wiki.eveuniversity.org/images/a/af/Evelauncher.png</nowiki>}}