diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-13 15:57:54 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-19 20:47:18 +0300 |
| commit | 78274173017791ac46565b97e3cc9cccbd8730c5 (patch) | |
| tree | da68246e2180ef1c589a9016155dc5489750f7fb | |
| parent | 4844bd317111f9c00b3ebbc84207fa6746abb45b (diff) | |
| download | monzero-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.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -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** |
