Skip to content

Commit 0e72fd5

Browse files
committed
📚 Package: small updates to documentation
1 parent 1daf04f commit 0e72fd5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/developers/build-vagrant.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22

33
In the following, we explain how to build your own custom Quantum Mobile VirtualBox image from scratch.
44

5-
Note that building the full VM can take around 15 minutes.
5+
:::{admonition} Architecture (AMD64 vs ARM64)
6+
:class: warning
7+
VirtualBox does not support cross-architecture virtualization, so an ARM64 (e.g. Apple Silicon) image must be built on an ARM64 host, and an AMD64 (Intel x86) image on an AMD64 host.
8+
:::
69

10+
:::{admonition} Time required
11+
:class: tip
12+
Building and packaging the full VM can take around 30 minutes to an hour, depending on your host machine.
13+
:::
714

815
## Prerequisites & Installation
916

@@ -47,7 +54,7 @@ Install [tox](https://tox.readthedocs.io/):
4754
pip install tox
4855
```
4956

50-
## Create the Virtual Machine
57+
## Build the Virtual Machine
5158

5259
We use [tox](https://tox.readthedocs.io/) to set up the Python environment and run the build steps.
5360

0 commit comments

Comments
 (0)