From 604b6c0b2b7a961056d682aacc2857eeed4cff29 Mon Sep 17 00:00:00 2001
From: Kalila <69767640+digisomni@users.noreply.github.com>
Date: Thu, 6 Jan 2022 17:17:19 -0500
Subject: [PATCH] Update BUILD_LINUX.md

Remove Ubuntu 16.04 references.
---
 BUILD_LINUX.md | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md
index 7e74372012..7adcbd0479 100644
--- a/BUILD_LINUX.md
+++ b/BUILD_LINUX.md
@@ -1,20 +1,12 @@
 # Build Linux
 
-*Last Updated on December 1, 2021*
+*Last Updated on January 6, 2021*
 
 Please read the [general build guide](BUILD.md) for information on dependencies required for all platforms. Only Linux specific instructions are found in this file.
 
 You can use the [Vircadia Builder](https://github.com/vircadia/vircadia-builder) to build on Linux more easily. Alternatively, you can follow the manual steps below.
 
-## Ubuntu 16.04/18.04
-
-### Ubuntu 16.04 only
-
-Add the following line to `.bash_profile`:
-
-```bash
-export QT_QPA_FONTDIR=/usr/share/fonts/truetype/dejavu/
-```
+## Ubuntu 18.04
 
 ### Ubuntu 18.04 Server only
 Add the universe repository:  
@@ -49,12 +41,6 @@ sudo apt-get install cmake -y
 ```
 Verify CMake was installed by running `cmake --version`.
 
-- **Ubuntu 16.04** CMake  
-```bash
-wget https://cmake.org/files/v3.14/cmake-3.14.2-Linux-x86_64.sh
-sudo sh cmake-3.14.2-Linux-x86_64.sh --prefix=/usr/local --exclude-subdir
-```
-
 #### Install build dependencies:
 -  OpenSSL:
 ```bash