diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-06 19:43:57 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-06 19:43:57 +0300 |
commit | 83cd2267b309fa7411acaed356f88101196bb2ad (patch) | |
tree | 8ab5f2ebdfbbc5020f13329858d6364d82beabd9 /readme | |
parent | 37cd01d27efc7988548dbfde307e41be7d4f41a9 (diff) | |
download | magi-83cd2267b309fa7411acaed356f88101196bb2ad.tar magi-83cd2267b309fa7411acaed356f88101196bb2ad.tar.xz magi-83cd2267b309fa7411acaed356f88101196bb2ad.zip |
[magi] Broken to become better.
Diffstat (limited to 'readme')
-rw-r--r-- | readme | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -5,9 +5,10 @@ Magi Library (libmagi) implements Gateway Interfaces, namely CGI and FastCGI. Magi are free and open-source software: legal info is in the 'license' file. They are written in ANSI C, without any dependecies, except for C standard library. All source and header files are located in the 'src' directory. -Files with 'inner' part in their names are not intended for external use. -Since filenames in the project are short and simple consider placing -header files in subdirectory 'magi' of your include. +The 'include' directory is intended to be used in your include environment. +Headers themselves are in 'magi' subdirectory of include, due to their short +and simple names. If you are not about choosing which header to include and +just want everything to be included you can use 'magi.h'. Compiling Compilation and its options are described in the 'Makefile'. |