aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-09-23 11:42:52 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-09-23 11:42:52 +0200
commitc1dc9eca90b37b7fa99321d3400685beed47fd46 (patch)
treef79a87d1714dc75b3df5da177f21776872006f57
parent063730de09585417adee882a41d07dadc4d10182 (diff)
downloadcqrlogo-c1dc9eca90b37b7fa99321d3400685beed47fd46.tar.gz
cqrlogo-c1dc9eca90b37b7fa99321d3400685beed47fd46.tar.zst
add info about static build
-rw-r--r--README.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/README.md b/README.md
index 084d1b3..35f26ba 100644
--- a/README.md
+++ b/README.md
@@ -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
-----