summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2023-04-12 19:00:51 -0600
committerGitHub <noreply@github.com>2023-04-12 19:00:51 -0600
commitde53529336481497deffe1cd10e6982b8f176cc1 (patch)
treeeb0323ef7ffacd004897240a87b4c3d924e1221d /docs
parent5cb8fd367f9165cfb5bbdb97f233e2a65fe970d6 (diff)
Update BUILD_WINDOWS.md
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILD_WINDOWS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/BUILD_WINDOWS.md b/docs/BUILD_WINDOWS.md
index 8075d10b9..2ddb8c4e6 100644
--- a/docs/BUILD_WINDOWS.md
+++ b/docs/BUILD_WINDOWS.md
@@ -31,6 +31,13 @@ pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-capstone pkgconf make python3 gi
pacman -S gcc
```
+### Step 3.5: Rename include in recomp.cpp
+For some reason on Windows capstone is inside of a capstone folder.
+```
+#include <capstone/capstone.h>
+```
+
+
### Step 4: Get Binutils
Download and install the mips64 tool chain:
https://github.com/N64-tools/mips64-gcc-toolchain