aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorm8pple <dt10@imperial.ac.uk>2014-10-23 14:17:19 +0100
committerm8pple <dt10@imperial.ac.uk>2014-10-23 14:17:19 +0100
commit1091f567e7765289a8b2b48a300bd8a4799d3a1f (patch)
tree383a201368995922816844fcba4152771b1fe860
parentf3718ed98fb6945534f830dd8fc8af9ba5b334a3 (diff)
downloadMipsCPU-1091f567e7765289a8b2b48a300bd8a4799d3a1f.tar.gz
MipsCPU-1091f567e7765289a8b2b48a300bd8a4799d3a1f.zip
Update README.md
Fixed #12 : Ambiguity in include paths.
-rw-r--r--README.md5
1 files 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.