diff options
author | Oskar <> | 2024-03-04 22:34:15 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-04 22:34:15 +0100 |
commit | ae3294a25869f89fcf4ff7a45645fdf47e380d24 (patch) | |
tree | 4e7c525a555b1493c90cbdf5307878b18a70ba9d /INSTALL | |
parent | 2c60742fd8d4ce88d40a89e876e922f7bee01362 (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-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |