added centos 7 packages for building from source

This commit is contained in:
Blake J. Harnden 2018-08-03 08:24:55 -07:00
parent 84932e3e41
commit a92059ddc5

View file

@ -176,6 +176,13 @@ To build CORE from source on Ubuntu, first install these development packages. T
sudo apt-get install automake bridge-utils ebtables python-dev libev-dev python-sphinx python-setuptools python-enum34 python-lxml
```
#### CentOS 7 Gnome Desktop pre-reqs
```shell
sudo yum -y install automake gcc python-devel libev-devel python-sphinx tk python-lxml python-enum34
```
You can obtain the CORE source from the [CORE GitHub](https://github.com/coreemu/core) page. Choose either a stable release version or the development snapshot available in the *nightly_snapshots* directory.
```shell