From 1f2b83197610ca4a09fe2348fcafb6392c7d019f Mon Sep 17 00:00:00 2001 From: Jari Vetoniemi Date: Sat, 8 Feb 2020 11:31:06 +0200 Subject: [PATCH] README: note about testing from source --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 881635d..ddbde4a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,9 @@ make install PREFIX=/usr # HTML API documentation (requires doxygen installed): make doxygen + +# To test from source, you have to point the LD_LIBRARY_PATH and BEMENU_RENDERERS variables: +LD_LIBRARY_PATH=. BEMENU_RENDERERS=. ./bemenu-run ``` ## OSX