mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
Adds Ubuntu 16.04 friendly cmake instructions
This commit is contained in:
parent
2bd8155e6a
commit
7912c1b2fd
1 changed files with 6 additions and 0 deletions
|
@ -37,8 +37,14 @@ sudo apt-get -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 li
|
|||
|
||||
Install build tools:
|
||||
```bash
|
||||
# For Ubuntu 18.04
|
||||
sudo apt-get install cmake
|
||||
```
|
||||
```bash
|
||||
# For Ubuntu 16.04
|
||||
wget https://cmake.org/files/v3.9/cmake-3.9.5-Linux-x86_64.sh
|
||||
sudo sh cmake-3.9.5-Linux-x86_64.sh --prefix=/usr/local --exclude-subdir
|
||||
```
|
||||
|
||||
Install Python 3:
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue