diff options
author | Oskar <> | 2024-03-22 12:20:26 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 12:20:26 +0100 |
commit | 45a12e60a3c13203939626b8c70b76b387a73396 (patch) | |
tree | 856a3530da60801ff1c5978f960b022faaf6b400 | |
parent | 614e11f52560aaff75e7cd047b38a167fe3c0dcd (diff) |
INSTALL updated
-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. |