From 78274173017791ac46565b97e3cc9cccbd8730c5 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Thu, 13 Oct 2016 15:57:54 +0300 Subject: [PATCH] doc: note regarding 3D acceleration in virtual machine --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 924344e3..40b770f7 100644 --- a/README.md +++ b/README.md @@ -175,10 +175,13 @@ TODO ``` 7. Build the project: - ``` - cd monero-core - ./build.sh - ``` + ``` + cd monero-core + ./build.sh + ``` 8. Take result binary and dependencies in ```./build/release/bin``` - + + **important: if you testing application within VirtualBox virtual machine, make sure 3D acceleration is enabled + in machine's settings: + Machine > Settings > Display > [v] Enable 3D Acceleration**