summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-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.