Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
`libgit2` does this and I think this fixes it without having to re-build everything.

Update README.md
  • Loading branch information
goretkin committed Dec 20, 2014
1 parent 148d660 commit 2d53143
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,10 @@ latest version.
b. To delete existing binaries of `julia` and all its dependencies,
delete the `./usr` directory _in the source tree_.

3. In extreme cases, you may wish to reset the source tree to a pristine state.
3. If you've moved the source directory, you might get errors such as
```CMake Error: The current CMakeCache.txt directory ... is different than the directory ... where CMakeCache.txt was created.```, in which case you may delete the offending dependency under `deps`
4. In extreme cases, you may wish to reset the source tree to a pristine state.
The following git commands may be helpful:
```sh
Expand All @@ -155,6 +158,8 @@ latest version.
_To avoid losing work, make sure you know what these commands do before you
run them. `git` will not be able to undo these changes!_
<a name="Uninstalling-Julia"/>
## Uninstalling Julia
Expand Down

0 comments on commit 2d53143

Please sign in to comment.