Changes

Jump to navigation Jump to search

Installation on other distributions

559 bytes added, 08:54, 22 February 2021
Add instructions for prebuilt debian packages
This guide will step you through building the looking glass client from source, before you attempt to do this you should have a basic understanding of how to use the shell.
 
=== Prebuilt Packages ===
----
==== Debian ====
 
A Debian repository is available. To use it, first add the PGP key:
 
<syntaxhighlight lang=bash>
curl https://quantum2.xyz/apt.key | sudo apt-key add -
</syntaxhighlight>
 
To use the stable release (recommended):
 
<syntaxhighlight lang=sources.list>
deb [arch=amd64] https://apt.quantum2.xyz/looking-glass-stable buster main
</syntaxhighlight>
 
To use the latest bleeding-edge builds:
 
<syntaxhighlight lang=sources.list>
deb [arch=amd64] https://apt.quantum2.xyz/looking-glass buster main
</syntaxhighlight>
=== Building the Application ===
21

edits

Navigation menu