summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOskar <[email protected]>2024-02-15 21:52:57 +0100
committerOskar <[email protected]>2024-02-15 21:52:57 +0100
commit5da30b8a7ed67bdb454c6313ac37a876b86b04a4 (patch)
treee9c2659d53f6c2f8a9a3612b512346028563554f
parent57ecb90f35270400d93384e9af6663143cd75ea0 (diff)
Added INSTALL file and just some minor changes
-rw-r--r--INSTALL14
1 files changed, 14 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..8e54d69
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,14 @@
+To compile this program just type 'make'.
+
+And then to install it you will have to 'make install' as root.
+
+- You may change the installation directory in the Makefile if you wish to,
+just change the INSTALL_DIRECTORY variable to wherever you want to install it.
+
+- The program will be compiled with the -static flag by default but you may remove it if you wish,
+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.