diff options
-rw-r--r-- | INSTALL | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |