aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-13 15:57:54 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-19 20:47:18 +0300
commit78274173017791ac46565b97e3cc9cccbd8730c5 (patch)
treeda68246e2180ef1c589a9016155dc5489750f7fb
parent4844bd317111f9c00b3ebbc84207fa6746abb45b (diff)
downloadmonzero-gui-78274173017791ac46565b97e3cc9cccbd8730c5.tar.gz
monzero-gui-78274173017791ac46565b97e3cc9cccbd8730c5.tar.xz
monzero-gui-78274173017791ac46565b97e3cc9cccbd8730c5.zip
doc: note regarding 3D acceleration in virtual machine
-rw-r--r--README.md13
1 files 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**