diff --git a/docs/install/from_source.rst b/docs/install/from_source.rst
index 5f73e4b1d5627dbb17e92712d55b9264d0f37902..10d86ebe624388561c51c3a083e3c33669858ba5 100644
--- a/docs/install/from_source.rst
+++ b/docs/install/from_source.rst
@@ -42,7 +42,8 @@ The minimal building requirements are
 - A recent c++ compiler supporting C++ 11 (g++-4.8 or higher)
 - CMake 3.5 or higher
 - We highly recommend to build with LLVM to enable all the features.
-- It is possible to build without llvm dependency if we only want to use CUDA/OpenCL
+- It is possible to build TVM without the LLVM dependency if we only want to use CUDA/OpenCL
+- If we want to use the NNVM compiler, then LLVM is required
 
 We use cmake to build the library.
 The configuration of tvm can be modified by `config.cmake`.