mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 18:36:45 +02:00
Revised all apt statements to apt-get for consistency
This commit is contained in:
parent
26cb2409b9
commit
8314386426
1 changed files with 3 additions and 3 deletions
|
@ -32,12 +32,12 @@ sudo apt-get install libasound2 libxmu-dev libxi-dev freeglut3-dev libasound2-de
|
||||||
|
|
||||||
To compile interface in a server you must install:
|
To compile interface in a server you must install:
|
||||||
```bash
|
```bash
|
||||||
sudo apt -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1
|
sudo apt-get -y install libpulse0 libnss3 libnspr4 libfontconfig1 libxcursor1 libxcomposite1 libxtst6 libxslt1.1
|
||||||
```
|
```
|
||||||
|
|
||||||
Install build tools:
|
Install build tools:
|
||||||
```bash
|
```bash
|
||||||
sudo apt install cmake
|
sudo apt-get install cmake
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -101,4 +101,4 @@ Running interface:
|
||||||
./interface/interface
|
./interface/interface
|
||||||
```
|
```
|
||||||
|
|
||||||
Go to localhost in running interface.
|
Go to localhost in the running interface.
|
||||||
|
|
Loading…
Reference in a new issue