Commit 422bf824 by Shuai Yuan Committed by Tianqi Chen

[DOC] Add install prerequisites (#358)

Add install prerequisites of customized building
parent 622be047
......@@ -46,6 +46,13 @@ This specifies an out of source build using the MSVC 12 64 bit generator. Open t
### Customized Building
Install prerequisites first:
```bash
sudo apt-get update
sudo apt-get install -y python gcc libtinfo-dev
```
The configuration of tvm can be modified by ```config.mk```
- First copy ```make/config.mk``` to the project root, on which
any local modification will be ignored by git, then modify the according flags.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment