From d117d07f6c9cb0972ea153efbaacae9e70c709aa Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 12 Apr 2015 20:26:44 +0100 Subject: [PATCH 1/2] Update README.md Adding virtualbox note to switch off 3D acceleration --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56c6ee6844d..27fb57a1abe 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Cross-compilation for Android: Pre-installed Android tools are needed. See wiki for [details](https://github.com/mozilla/servo/wiki/Building-for-Android) +Using Virtualbox: + +If you're running servo on a guest machine, make sure 3D Acceleration is switched off (#5643) + ## The Rust compiler Servo uses a snapshot Rust compiler to build itself. This is normally a From 7f2fd26f5a6e1679132a63fd93bac54561f9ee98 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 12 Apr 2015 20:29:25 +0100 Subject: [PATCH 2/2] Update README.md adding link for issue ticket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fb57a1abe..de6524223aa 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Pre-installed Android tools are needed. See wiki for Using Virtualbox: -If you're running servo on a guest machine, make sure 3D Acceleration is switched off (#5643) +If you're running servo on a guest machine, make sure 3D Acceleration is switched off ([#5643](https://github.com/servo/servo/issues/5643)) ## The Rust compiler