From d8208baee0faf5ff7a78fe150e947b2c0153aca6 Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Fri, 7 Feb 2020 23:34:41 +0200 Subject: [PATCH] README: Custom PREFIX should be passed to build --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06732a7..30fcc5c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ make install make install PREFIX=/usr # Other usual variables are available for modifying such as DESTDIR, bindir, libdir and mandir -# Note that if you want a custom libdir, you should pass that during build as well, since it -# will be used compile-time to figure out where to load renderers from! +# Note that if you want a custom PREFIX or libdir, you should pass those during build as well, +# since they will be used compile-time to figure out where to load renderers from! # HTML API documentation (requires doxygen installed): make doxygen