Changes
		
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
		
		
		
		
		
		
	
Host
,Created page with "== Build Looking Glass Host from Git ==      === For Windows cross compiling on Linux (Ubuntu) ===  <syntaxhighlight lang=bash> Warning  Please only clone from Git if you’re..."
== Build Looking Glass Host from Git ==
=== For Windows cross compiling on Linux (Ubuntu) ===
<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>
==== Install Dependencies ====
<syntaxhighlight lang=bash>
apt install libx11-xcb-dev libxcb-xfixes0-dev
</syntaxhighlight>
=== For Windows cross compiling on Linux (Ubuntu) ===
<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>
==== Install Dependencies ====
<syntaxhighlight lang=bash>
apt install libx11-xcb-dev libxcb-xfixes0-dev
</syntaxhighlight>
