Skip to content

Commit

Permalink
minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Feb 17, 2017
1 parent dc15bc2 commit 88d0b6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clean.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

msbuild /p:Platform=x64 /p:Configuration=Debug DroneShell.sln /t:Clean
msbuild /p:Platform=x64 /p:Configuration=Debug AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
msbuild /p:Platform=x64 /p:Configuration=Release DroneShell.sln /t:Clean
msbuild /p:Platform=x64 /p:Configuration=Release AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
goto :eof

Expand Down
3 changes: 2 additions & 1 deletion docs/install_eigen.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Installing Eigen library is easy!

1. Get the latest stable 3.x release such as [3.3.2](http://bitbucket.org/eigen/eigen/get/3.3.2.zip).
2. Unzip somewhere on your drive and create environment variable named `EIGEN_ROOT` with value equal to path of the folder.
That folder should contain a single `eigen3` folder inside it.
If the unzipped folder is named `eigen-eigen-da9b4e14c255` rename that to `eigen3` because the folder
that EIGEN_ROOT points to should contain a single `eigen3` folder and all the eigen source should be inside that.

0 comments on commit 88d0b6e

Please sign in to comment.