diff options
author | Christian Hesse <mail@eworm.de> | 2014-09-23 11:42:52 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2014-09-23 11:42:52 +0200 |
commit | c1dc9eca90b37b7fa99321d3400685beed47fd46 (patch) | |
tree | f79a87d1714dc75b3df5da177f21776872006f57 | |
parent | 063730de09585417adee882a41d07dadc4d10182 (diff) | |
download | cqrlogo-c1dc9eca90b37b7fa99321d3400685beed47fd46.tar.gz cqrlogo-c1dc9eca90b37b7fa99321d3400685beed47fd46.tar.zst |
add info about static build
-rw-r--r-- | README.md | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -41,13 +41,25 @@ followed by: > make install -This will place an executable at `/usr/lib/cqrlogo/cqrlogo`, -documentation can be found in `/usr/share/doc/cqrlogo/`. +This will place a shared library at `/usr/lib/libcqrlogo.so`, an +executable at `/usr/lib/cqrlogo/cqrlogo` and documentation can be found in +`/usr/share/doc/cqrlogo/`. The file `config.h` (copy from `config.def.h` if it does not exist) provides some build time configuration, so feel free to make your changes there and rerun the commands above. +### Static build + +In case you do not like the shared library `libcqrlogo.so` for whatever +reason you can build a statically linked version: + +> make static + +However there is no install routine for the static build. Please note +that this is still dynamically linked to `libpng`, `libz`, +`libiniparser` and `libqrencode`. + Usage ----- |