Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
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..."
== 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 Glass requires git submodules that must be setup and updated when building. Source code downloads from the website come bundled with the necessary submodules.
</syntaxhighlight>
Developers can clone the source code repo with git.
<syntaxhighlight lang=bash>
git clone --recursive https://github.com/gnif/LookingGlass.git
</syntaxhighlight>
When checking out different versions use
<syntaxhighlight lang=bash>
git checkout B4 --recurse-submodules
</syntaxhighlight>
or run after checkout:
<syntaxhighlight lang=bash>git submodule update </syntaxhighlight>
=== Building on Ubuntu ===
you will probably need to install gawk
<syntaxhighlight lang=bash>
sudo apt install gawk
</syntaxhighlight>
<syntaxhighlight lang=bash>
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.
</syntaxhighlight>
Developers can clone the source code repo with git.
<syntaxhighlight lang=bash>
git clone --recursive https://github.com/gnif/LookingGlass.git
</syntaxhighlight>
When checking out different versions use
<syntaxhighlight lang=bash>
git checkout B4 --recurse-submodules
</syntaxhighlight>
or run after checkout:
<syntaxhighlight lang=bash>git submodule update </syntaxhighlight>
=== Building on Ubuntu ===
you will probably need to install gawk
<syntaxhighlight lang=bash>
sudo apt install gawk
</syntaxhighlight>
