Skip to content

Commit

Permalink
Auto merge of #10301 - muralisr:master, r=emilio
Browse files Browse the repository at this point in the history
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).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10301)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Apr 2, 2016
2 parents 71428b5 + 0e4b14c commit f2b48d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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 \
Expand Down

0 comments on commit f2b48d2

Please sign in to comment.