Add mkdocs as build dependency in checkdeps.sh and BUILDDEPS.md

This commit is contained in:
Harshavardhana
2015-02-03 00:42:16 -08:00
parent 3b0869e984
commit b5d92aaa14
2 changed files with 8 additions and 2 deletions
+3 -2
View File
@@ -2,9 +2,10 @@
### Build Dependencies
This installation document assumes Ubuntu 14.04 or later on x86-64 platform.
##### Install Git and GCC
##### Install Git, GCC and MkDocs
```sh
$ sudo apt-get install git build-essential
$ sudo apt-get install git build-essential python-pip
$ sudo pip install mkdocs
```
##### Install YASM