From 0e4b14c8b4e454289f40183b4aa405ec2389a680 Mon Sep 17 00:00:00 2001 From: Murali Ramanujam Date: Thu, 31 Mar 2016 11:52:42 +0800 Subject: [PATCH] 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). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf6046a5ac7..8a0504b1d16 100644 --- a/README.md +++ b/README.md @@ -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 \