From 5da30b8a7ed67bdb454c6313ac37a876b86b04a4 Mon Sep 17 00:00:00 2001 From: Oskar Date: Thu, 15 Feb 2024 21:52:57 +0100 Subject: Added INSTALL file and just some minor changes --- INSTALL | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') 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. -- cgit v1.2.3