mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Ubuntu doesn't have g++ installed by default, adding it to pre-requisites
This commit is contained in:
parent
92f295bc07
commit
4dcec9bebf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ On Debian-based Linuxes:
|
||||||
``` sh
|
``` sh
|
||||||
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
||||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
msttcorefonts gperf
|
msttcorefonts gperf g++
|
||||||
```
|
```
|
||||||
|
|
||||||
On Debian-based Linuxes (cross-compilation for Android):
|
On Debian-based Linuxes (cross-compilation for Android):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue