mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add git to list of packages to be installed
I tried to get started on Servo development but realised that a clean build of Ubuntu did not come with git out of the box. I had to manually install this before moving on with the next steps (clone and build).
This commit is contained in:
parent
436f7316d9
commit
0e4b14c8b4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ brew link --force openssl
|
|||
On Debian-based Linuxes:
|
||||
|
||||
``` sh
|
||||
sudo apt-get install curl freeglut3-dev autoconf \
|
||||
sudo apt-get install git curl freeglut3-dev autoconf \
|
||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||
gperf g++ build-essential cmake virtualenv python-pip \
|
||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue