From aa90edb11ca8fb9b0e4d0caee6b1cc35ff7d745f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Jun 2020 16:56:51 +0200 Subject: README: Build.PL needs PERL5LIB to be set --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a4e8a..b9ddd5c 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ or cpanm -n --installdeps . ``` -Next, you need to build App::VRR::Fakedisplay, which is required for the lED +Next, you need to build App::VRR::Fakedisplay, which is required for the LED frontend and shipped with vrr-fakedisplay. ``` +export PERL5LIB=local/lib/perl5 perl Build.PL ./Build ./Build manifest -- cgit v1.2.3