From 3198fd2c9077c5bd48fbe3256636b45ec9f9e4cd Mon Sep 17 00:00:00 2001 From: noah Date: Thu, 7 Jul 2022 13:36:14 -0500 Subject: [PATCH] Adding Compilation Error section to the README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc14555..0a04acb 100755 --- a/README.md +++ b/README.md @@ -78,8 +78,14 @@ When contributing code, please install the "editorconfig" plugin for your text e ### In Case of Compilation Errors -1.) Make sure all dependencies are installed. Check the error messages to see if something is missing. -2.) Remove CMakeCache.txt. If you are running in a different user, then the directories may be different than those in the cache file. In addition, if packages were updated on the local system, the cache may now be incorrect. Removing this file will usually clear up any errors. +1.) Make sure all dependencies are installed + +- Check the error messages to see if something is missing. + +2.) Remove CMakeCache.txt + +- If you are running in a different user, then the directories may be different than those in the cache file. +- If packages were updated on the local system, the cache may now be incorrect. Removing this file will usually clear up any errors. ======= # ag_gen