From 1091f567e7765289a8b2b48a300bd8a4799d3a1f Mon Sep 17 00:00:00 2001 From: m8pple Date: Thu, 23 Oct 2014 14:17:19 +0100 Subject: Update README.md Fixed #12 : Ambiguity in include paths. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e8265e..0315b07 100644 --- a/README.md +++ b/README.md @@ -207,8 +207,9 @@ Visual Studio 13. The target platform is any of Windows 7, Windows Vista, Cygwin 32, Cygwin 64, or Ubuntu 14.04.1. During compilation, the include directories will be set up -to have the ``include'' directory (containing ``mips.h'') -on the include path. The directory structure during compilation +to have both the ``include'' directory (containing ``mips.h'') +and the ``src/[your_login]'' directory on the include path. +The directory structure during compilation will be the same as that required during submission, so the relative location of things will stay the same. -- cgit