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
Line 47: Line 47:
#:{{code|sudo apt-get install libssl1.0.0}}
#:{{code|sudo apt-get install libssl1.0.0}}
#Add symbolic links to the libraries in the launcher's folder
#Add symbolic links to the libraries in the launcher's folder
#:{{code|ln -s /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0 {{Color|green|/Path/To/evelauncher/}}libssl.so}}
#:{{code|ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 {{Color|green|/Path/To/evelauncher/}}libssl.so}}
#:{{code|ln -s /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 {{Color|green|/Path/To/evelauncher/}}libcrypto.so}}
#:{{code|ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 {{Color|green|/Path/To/evelauncher/}}libcrypto.so}}


<br>
<br>