Client

From Looking Glass
Revision as of 18:58, 23 January 2022 by 193.37.32.178 (talk) (Created page with "== Build Looking Glass Client from Git == <syntaxhighlight lang=bash> Warning Please only clone from Git if you’re a developer, and know what you’re doing. Looking Glas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Build Looking Glass Client from Git

Warning

Please only clone from Git if you’re a developer, and know what you’re doing. Looking Glass requires git submodules that must be setup and updated when building. Source code downloads from the website come bundled with the necessary submodules.


Developers can clone the source code repo with git.

git clone --recursive https://github.com/gnif/LookingGlass.git

When checking out different versions use

git checkout B4 --recurse-submodules

or run after checkout:

git submodule update


Building on Ubuntu

you will probably need to install gawk

sudo apt install gawk