Skip to content
Snippets Groups Projects
Commit cb3e0d0a authored by Nadav Har'El's avatar Nadav Har'El Committed by Pekka Enberg
Browse files

README: build requires 64-bit distribution


OSv can only be built on a 64-bit Linux distribution - otherwise the
compiler will not (by default, at least) generate 64-bit code, and we
won't be able to run the 64-guest needed for building the ZFS filesystem.

Make this requirement explicit in README.md.

Signed-off-by: default avatarNadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: default avatarPekka Enberg <penberg@cloudius-systems.com>
parent 14e6485d
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
## Building
OSv can only be built on a 64-bit x86 Linux distribution. Please note that
this means the "x86_64" or "amd64" version, not the 32-bit "i386" version.
First, install prerequisite packages:
**Fedora**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment