Issue #1531 Adding prerequisites for Fedora to documentation

Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
pull/1569/merge
Lalatendu Mohanty 2017-06-15 15:41:50 +05:30 committed by dlorenc
parent fbfd39bd45
commit 6653a8e2ac
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
* If you're not on Linux, you'll need a Docker installation
* Minikube requires at least 4GB of RAM to compile, which can be problematic when using docker-machine
#### Prerequisites for different GNU/Linux distributions
##### Fedora
On Fedora you need to install glibc-static
```shell
$ sudo dnf install -y glibc-static
```
### Build Instructions
```shell