diff options
author | Jason Williams <Jayflux@users.noreply.github.com> | 2015-04-12 20:26:44 +0100 |
---|---|---|
committer | Jason Williams <Jayflux@users.noreply.github.com> | 2015-04-12 20:26:44 +0100 |
commit | d117d07f6c9cb0972ea153efbaacae9e70c709aa (patch) | |
tree | e87241f6d4013a2d97fe63c00ffdf17a51170249 | |
parent | b019df892790cba347ba848d0e72e3c24a311c18 (diff) | |
download | servo-d117d07f6c9cb0972ea153efbaacae9e70c709aa.tar.gz servo-d117d07f6c9cb0972ea153efbaacae9e70c709aa.zip |
Update README.md
Adding virtualbox note to switch off 3D acceleration
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |