From 094e05ac8a315a555ee3f51ff2906b2a4beeb4d2 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 3 Feb 2017 07:15:21 +0100 Subject: [PATCH] ctpp2 static lib as a non std name --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 58a730fa6..2d25e2285 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ version by hand. If you want to install these dependencies locally, then use the kiwix-lib directory as install prefix. +If you compile ctpp2 from source and want to compile the Kiwix library +statically then you will probably need to rename ctpp2 static library +from ctpp2-st.a to ctpp2.a. + Environnement -------------