wiki.sine.space | sinespace

Difference between revisions of "For Linux Users"

From wiki.sine.space
Jump to: navigation, search
(Installing and Using the Sinespace Client)
Line 1: Line 1:
 
== Installing and Using the Sinespace Client ==
 
== Installing and Using the Sinespace Client ==
  
* [http://preview.sine.space/download/ Download the Linux Client]
+
* [http://preview.sine.space/download/ Download the Linux Client].
* Unzip the client and place its contents in '''/opt/sinespace'''
+
* Unpack the client.
* Set the executable bit: '''chmod +x /opt/sinespace/sinespace.x86_64'''
+
* From inside the client directory, run '''sudo ./install.sh''' to install.
* Symlink the executable: '''ln -s /opt/sinespace/sinespace.x86_64 /usr/local/bin/sinespace'''
+
* Run '''/opt/sinespace/sinespace''' to launch the client.
* You may now run '''sinespace''' to launch the client.
+
  
 
The Sinespace client is officially only supported on [http://ubuntu.org Ubuntu Linux].
 
The Sinespace client is officially only supported on [http://ubuntu.org Ubuntu Linux].

Revision as of 21:59, 9 March 2018

Installing and Using the Sinespace Client

  • Download the Linux Client.
  • Unpack the client.
  • From inside the client directory, run sudo ./install.sh to install.
  • Run /opt/sinespace/sinespace to launch the client.

The Sinespace client is officially only supported on Ubuntu Linux.

Unofficially, other conventional Linux distributions should be able to run the client without additional work.

Obtaining the Unity Editor

The Unity Editor for Linux is currently in beta. It is supported on Ubuntu Linux.

As it is currently in beta, it is not officially supported by Sinespace but still may be useful to developers.

The Unity on Linux Thread contains links to download the editor, release notes and a list of known issues.

The same thread also contains a list of dependencies that may be used to unofficially run the editor on other Linux distributions.

In addition to its requirements, the Sinespace SDK needs the mono-complete package also installed: sudo apt install mono-complete