From: Marek VavruĊĦa Date: Wed, 18 Mar 2015 15:57:15 +0000 (+0100) Subject: build: updated readme X-Git-Tag: v1.0.0-beta1~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba7cd471b2706631e5462eaf4e4083b855152ff;p=thirdparty%2Fknot-resolver.git build: updated readme --- diff --git a/README.md b/README.md index c92483798..198928bb7 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,9 @@ You can avoid rebuilding dependencies by specifying `BUILD_IGNORE` variable, see for example. Usually you only really need to rebuild `libknot`. ``` -$ FAKEROOT="${HOME}/.local" -$ ./scripts/bootstrap-depends.sh ${FAKEROOT} -$ export LDFLAGS="-L${FAKEROOT}/lib" +$ export FAKEROOT="${HOME}/.local" $ export PKG_CONFIG_PATH="${FAKEROOT}/lib/pkgconfig" +$ ./scripts/bootstrap-depends.sh ${FAKEROOT} $ make $ make check ```