summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <>2024-03-22 12:20:26 +0100
committerOskar <>2024-03-22 12:20:26 +0100
commit45a12e60a3c13203939626b8c70b76b387a73396 (patch)
tree856a3530da60801ff1c5978f960b022faaf6b400
parent614e11f52560aaff75e7cd047b38a167fe3c0dcd (diff)
INSTALL updated
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 562b95f..06331d6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,5 +10,4 @@ just change the CFLAGS variable.
If you encounter problems compiling you may have to do changes in the source code.
I encountered some problems compiling on MacOS so i had to modify alot of format specifiers.
-I have not been able to compile with clang because the errors that i get are not very clear to me.
-GCC should work fine though.
+I have not been able to compile with clang because i got some unclear errors. I think it has to do with me using 'goto' and maybe something to do with my 'switch' statements but fixing this is not a priority.