From 390e5652508c23aee2721e09e5c7d1cbeaa020e9 Mon Sep 17 00:00:00 2001 From: clovett Date: Wed, 3 May 2017 12:18:06 -0700 Subject: [PATCH] fix typo --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 06280e66c1..03d4f407a8 100644 --- a/docs/build.md +++ b/docs/build.md @@ -15,7 +15,7 @@ ## Install Dependencies AirSim code has two external dependencies: - 1. We use [install Eigen](install_eigen.md). But the build.cmd script will install it for you, so you don't have to do anything special here. But after build.cmd has finished, you need to set an EIGEN_ROOT environment variable + 1. We use [Eigen](install_eigen.md). 2. We use [rpclib](https://github.com/rpclib/rpclib.git) which is included as a git submodule. So you don't have any setup to do for this one. ## Get the Code and Build