summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorOskar <>2024-03-04 22:34:15 +0100
committerOskar <>2024-03-04 22:34:15 +0100
commitae3294a25869f89fcf4ff7a45645fdf47e380d24 (patch)
tree4e7c525a555b1493c90cbdf5307878b18a70ba9d /INSTALL
parent2c60742fd8d4ce88d40a89e876e922f7bee01362 (diff)
Started working on validate_N(), its very similar to validate_L() so its mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 8e54d69..b621d36 100644
--- a/INSTALL
+++ b/INSTALL
@@ -11,4 +11,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.
+GCC should work fine though.