diff options
author | Oskar <[email protected]> | 2024-02-15 21:52:57 +0100 |
---|---|---|
committer | Oskar <[email protected]> | 2024-02-15 21:52:57 +0100 |
commit | 5da30b8a7ed67bdb454c6313ac37a876b86b04a4 (patch) | |
tree | e9c2659d53f6c2f8a9a3612b512346028563554f /INSTALL | |
parent | 57ecb90f35270400d93384e9af6663143cd75ea0 (diff) |
Added INSTALL file and just some minor changes
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |