diff --git a/BUILD.md b/BUILD.md index b4773993..6141d6a5 100644 --- a/BUILD.md +++ b/BUILD.md @@ -63,4 +63,5 @@ You can use it by replacing the step 3 with the following: 1. To update your Cemu local repository, use the command `git pull --recurse-submodules` (run this command on the Cemu root). - This should update your local copy of Cemu and all of its dependencies. 2. Then, you can rebuild Cemu using the steps listed above, according to whether you use Linux or Windows. + If CMake complains about Cemu already being compiled or another similar error, try deleting the `CMakeCache.txt` file inside the `build` folder and retry building.