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)
No edit summary
Djavin novienta (talk | contribs)
No edit summary
Line 2: Line 2:
While Linux is not ''officially'' supported by CCP, a side project by '''CCP Snorlax''' has yielded a native Linux application that downloads a prebundled version of [https://www.winehq.org/ Wine] (also built by CCP Snorlax) which allows Linux to run the EVE launcher. [[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]]
While Linux is not ''officially'' supported by CCP, a side project by '''CCP Snorlax''' has yielded a native Linux application that downloads a prebundled version of [https://www.winehq.org/ Wine] (also built by CCP Snorlax) which allows Linux to run the EVE launcher. [[Image:Tux-linux-mascot.png|260px|right|Tux, the mascot]]


==Launcher Setup==
==Basic Launcher Setup==


'''''Terminal commands are displayed in code blocks.'''''
'''''Terminal commands are displayed in code blocks.'''''
Line 17: Line 17:
#For basic functionality, set the script as an executable.
#For basic functionality, set the script as an executable.
#:{{code|sudo chmod u+x evelauncher.sh}}
#:{{code|sudo chmod u+x evelauncher.sh}}
#The launcher can now be run.
#The launcher can now be run via terminal command.
#:{{code|./evelauncher.sh}}
#:{{code|./evelauncher.sh}}
==Advanced Setup==
'''''The following steps are not strictly necessary, but can make running the launcher more convenient.'''''
#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 evelauncher.sh /usr/bin/evelauncher}}
#:{{code|ln -s evelauncher.sh /usr/bin/evelauncher}}