Skip to content
Snippets Groups Projects
Commit 422bf824 authored by Shuai Yuan's avatar Shuai Yuan Committed by Tianqi Chen
Browse files

[DOC] Add install prerequisites (#358)

Add install prerequisites of customized building
parent 622be047
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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