mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
Update BUILD_LINUX.md
Remove Ubuntu 16.04 references.
This commit is contained in:
parent
6b9afb161c
commit
604b6c0b2b
1 changed files with 2 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue