Ubuntu doesn't have g++ installed by default, adding it to pre-requisites

This commit is contained in:
Bill Yang 2014-03-10 20:19:06 -06:00
parent 92f295bc07
commit 4dcec9bebf

View file

@ -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):