diff options
-rw-r--r-- | Docs/source/building/building.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Docs/source/building/building.rst b/Docs/source/building/building.rst index 140659ec8..461699232 100644 --- a/Docs/source/building/building.rst +++ b/Docs/source/building/building.rst @@ -62,6 +62,17 @@ In order to clean a previously compiled version: make realclean +Troubleshooting +--------------- + +If you are having trouble compiling WarpX, you should try to run: + +:: + + make realclean + +before re-attempting compilation. + Advanced building instructions ------------------------------ |