diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 08:59:03 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-07-18 08:59:03 +0300 |
commit | ea5343af6188763b2641fc292a33548cb0381256 (patch) | |
tree | d92ac52b508dee61359ce24f066a0dd0ceffab1a /README | |
parent | 43968691c2a7f1f95cf7476fc8ab3c0bba8bab54 (diff) | |
download | magi-ea5343af6188763b2641fc292a33548cb0381256.tar magi-ea5343af6188763b2641fc292a33548cb0381256.tar.xz magi-ea5343af6188763b2641fc292a33548cb0381256.zip |
Install make target was added.
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -15,7 +15,11 @@ For detailed documentation look into 'man' directory. Compiling Compilation and its options are described in the Makefile. Running make produces 'build/libmagi.a', which is precompiled library itself, -ready to be statically linked into your project. +ready to be statically linked into your project. In order to install magi +you can run 'make install', and to uninstall run 'make uninstall'. +Since default include (/usr/include), lib (/usr/lib) and man (/usr/share/man) +directories can be not valid for you, don't forget to specify them in either +environment variables or the Makefile itself. Examples Running 'make examples' produces executable for each example in 'examples'. |